• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. S

    Apps Starting and activity and passing data

    In my onActivityResult I have two if statements one is getting a picture from the gallery and the other is getting a picture from the camera. After I get picture uri it starts adobe creative sdk to edit the image. After i get the edited image I want to pass the edited image to another activity...
  2. S

    Apps Custom Appbar xml help!!!

    I'm New to Android and want to customize the appBar in an app I'm making. This is what I want my appbar to look like http://prntscr.com/bis734. How do i add a layout as a menu item in the appBar. <menu xmlns:android="http://schemas.android.com/apk/res/android"...
  3. S

    Apps Android Spinner and EditText Validation help

    I have a spinner that has 3 different stores as its items and a edittext that takes a link that the user insert and I want to validate if the link matches the store the user selected, if so the button they click will do something if not they get an error message.
  4. S

    Apps Custom Camera takes low quality pictures

    I have a custom camera and it takes really low quality pictures. I need help to fix this. import android.content.Context; import android.content.pm.PackageManager; import android.hardware.Camera; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import...
  5. S

    Apps Camera Preview orientation Help!!!

    I'm Building a camera app and my Preview orientation is weird. I want it to be vertical but its showing landscape and its stretched out and skewed. I'm using a framelayout for the preview. http://i.stack.imgur.com/WNJUJ.png MainActivity import android.content.Context; import...
  6. S

    Apps Android Button help

    I want to know if their is way to check if a button is clicked X times do something. For example i have a button in my android app and if a user clicks it more than 3 times i want to show an ad.
  7. S

    Apps How would I get information for app

    I want to build a shoe release calendar for nike shoes and was wondering how would I get the data. Nike has a launch calendar and i was wondering if I can get my information from there (http://www.nike.com/us/en_us/launch). If so how would I got about getting it.
  8. S

    Apps Andriod studio Error:Could not open cache fileSnapshots.bin java.io.IOException: The file or directo

    I'm trying to build my project but keep getting this error http://prntscr.com/aqpgoa . I tried to delete the file manually but it keeps reappearing.
  9. S

    Apps ANDROID LISTENER!!!

    I need help creating a listener to show a ad after a button click that plays a sound. My listener to play the sound http://prntscr.com/a90ojo
  10. S

    Apps Need help with android ads.

    I am developing my app and already got the ads working on main java file. But i have a grid activity in my app and i want it to display an ad when an item in the grid activity is press. Ps I'm new to android development.