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

how to use runOnUiThread

 

person shubham sharmaaccess_time December 22, 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

Using Android intents to share a link

 

person shubham sharmaaccess_time December 10, 2016launch Read More

Copy Assets to Extrenal file

person shubham sharmaaccess_time December 9, 2016launch Read More

Android Storage system to access the path of External and Internal files and folders.

Android Storage system to access the path of External and Internal files and folders. Android uses more than one file system (think of “multiple drives/partitions” when comparing with your computer, while sharing a common base, directory structures might differ between manufacturers. What is a file system? A file system (or filesystem) is an abstraction to […]

person shubham sharmaaccess_time December 9, 2016launch Read More

Add code to print out the key hash

 

person shubham sharmaaccess_time December 9, 2016launch Read More