Skip to main content

Featured

Android studio “SDK tools directory is missing”

Following 2 possible solutions will resolve this problem :  Solution1 : To fix the problem, it was required that I list the path to my corporate PAC file by using  Configure -> "Appearance and Behavior" -> System Settings -> HTTP Proxy . I selected "Automatic proxy configuration url:" Delete your  ~/.Android*  folders (losing all of your settings :/). Run Android Studio. It will show you a welcome wizard where it tries to download the SDK again (and fails due to my rubbish internet). Click the X on the wizard window. That will enable you to get to the normal welcome dialog. Go to Settings->Project Defaults->Project Structure and change the Android SDK location to the correct one. Solution 2 : To fix the problem, it was required that I list the path to my corporate PAC file by using  Configure -> "Appearance and Behavior" -> System Settings -> HTTP Proxy . I selected "Automatic proxy configuration url:&quo

best ExpandleList Tutorials with Examples in Android

file:///C:/Users/pavan.sadaraboina.DHARANITECH/Desktop/Expandable%20rows/textview-expand-animation-like-in-android-market.htm

http://stackoverflow.com/questions/3851420/adding-animation-to-a-listview-in-order-to-expand-collapse-content


http://udinic.wordpress.com/2011/09/03/expanding-listview-items/

http://www.sherif.mobi/2012/01/listview-with-ability-to-hide-rows.html


http://stackoverflow.com/questions/3928193/how-to-animate-addition-or-removal-of-android-listview-rows

http://tech.chitgoks.com/2011/10/29/android-animation-to-expand-collapse-view-its-children/

http://developer.android.com/about/versions/jelly-bean.html

http://androidsnips.blogspot.in/2011/12/create-auto-scrolling-marquee-textview.html

http://ahal.ca/blog/2011/android-expandablepanel/

http://stackoverflow.com/questions/5165682/how-to-implement-expandable-panels-in-android

http://stackoverflow.com/questions/5927977/textview-expand-animation-like-in-android-market

**->  http://prasanta-paul.blogspot.in/2010/05/android-custom-textview.html

**->  https://staticallytyped.wordpress.com/2011/04/16/android-custom-xml-attributes-and-views/ 
 

Comments