Skip to content

Tag: android

Proguard issue with Gson and Volley

Is there a way to skip proguard from obfuscating the Volley and Gson including the class using them ? My build.gradle file: Here the Proguard config: Errors returned for Volley: NB: Application work well without proguard. Signed APK generated with proguard but class using Volley + Gson still not working Answe…

Do I need Java JDK for using Android Studio?

I’m learning Android Studio and the tutorials on youtube like: https://www.youtube.com/watch?v=QAbQgLGKd3Y&list=PL6gx4Cwl9DGBsvRxJJOzG4r4k_zLKrnxl say I need the Java JDK. Yet when I went through the tutorial at the website: https://developer.android.com/training/basics/firstapp/creating-project.htm…

Runtime Change Android material theme

I have one setting screen for change app themes at runtime. I know how to create material design theme. I have create one in my style.xml file Here is code of my style.xml: Now I want to change runtime app theme from green to purple or yellow. Anything can any one tell me how can I create a color picker

Fragment class not found

I’ve just started working on my first Android app and my focus is the main activity of the app, MathleteIDActivity, which includes a fragment TextFragment which displays some text. The project builds fine, but crashes as soon as the app is launched. This happens on two different phones running Android 4…