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

Search results

  1. S

    Error while connecting to firebase with android studio

    I am trying to connect firebase with android studio 2.2 After adding the dependencies, I am getting the error message "no cached version of google play services 3.0.0 " in offline gradle mode when i switch to online mode, i am getting error connection timed out. plz help
  2. S

    Loading Server data (JSON) to graph dynamically in fragments android studio

    Hi, I have received the data from server using json request. Now I need to apply those data into a line graph dynamically. How to do this in fragment class in android studio
  3. S

    Calling Singleton from Fragment

    How to call a singleton class from fragment in android studio? This is my code. MySingleton is the class here. MySingleton.getInstance(MapsFragment.this).addToRequestque(jsObjRequest); The compiler shows "get instance in MySingleton cannot be applied to MapsFragment. How to solve this?
  4. S

    Mobile App sound not working on a my device

    Hi, I ve developed an app which triggers the sound in the device. The sound is coming fine in other devices except "Micromax Bharat 2" which has Marshmallow OS. How to solve this issue.? Help me please.