PHP API

 

person shubham sharmaaccess_time August 31, 2017launch Read More

Play music in android

Do it without service http://www.rbgrn.net/content/307-light-racer-20-days-61-64-completion If you are so serious about doing it with services using media player

 

  Please call this service in Manifest

 

person shubham sharmaaccess_time May 15, 2017launch Read More

Android Spinner Dropdown Example

person shubham sharmaaccess_time January 11, 2017launch Read More

Android Studio Gradle project sync failed

    Just a blind guess: try to add something like this to your gradle.properties file in the project:

 

person shubham sharmaaccess_time January 2, 2017launch Read More

getChildFragmentManager

getChildFragmentManager() on programmatically (dynamically) added Fragments? accepted In conclusion, I want to reference OuterFrag in MainActivity always. And I want OuterFrag act as a placeholder to load different InnerFrags. In short, I want to call getChildFragmentManager() in OuterFrag, when it is added programmatically (dynamically). If you want this then make your OuterFrag have a container […]

person shubham sharmaaccess_time December 31, 2016launch Read More

How to make android app’s background image repeat

Ok, here’s what I’ve got in my app. It includes a hack to prevent ListViews from going black while scrolling. drawable/app_background.xml:

  values/styles.xml:

  AndroidManifest.xml:

 

person shubham sharmaaccess_time December 29, 2016launch Read More

100+ Awesome Web Development Tools and Resources

The best and worst thing about being a web developer is that the web is constantly changing. While this is exciting it also means that web developers must always be proactive about learning new techniques or programming languages, adapting to changes, and be willing and eager to accept new challenges. This could include tasks such […]

person shubham sharmaaccess_time December 26, 2016launch Read More

how to use runOnUiThread

 

person shubham sharmaaccess_time December 22, 2016launch Read More

Transprent Colors

100% — FF 99% — FC 98% — FA 97% — F7 96% — F5 95% — F2 94% — F0 93% — ED 92% — EB 91% — E8 90% — E6 89% — E3 88% — E0 87% — DE 86% — DB 85% — D9 84% — D6 83% — D4 […]

person shubham sharmaaccess_time December 21, 2016launch Read More

Create Custom TextView with custom fonts

in xml file

where “customfonts.MyTextView” is package and class name

person shubham sharmaaccess_time December 16, 2016launch Read More