Using Button in ExpandableListView
While you are trying to use Button in your ExpandableListView’s rows you can face that rows are not clickable anymore! Don’t panic as me and set “android:focusable” property of Button as “false”. Enjoy!
While you are trying to use Button in your ExpandableListView’s rows you can face that rows are not clickable anymore! Don’t panic as me and set “android:focusable” property of Button as “false”. Enjoy!
When I tried to show a web page in Android, I faced with a black screen since web page contained Flash content. After googling I found the easy solution. Just add a single line to application tag in your manifest file.
Android Library Projects are quite useful when you want to use your assets/resources in multiple projects.(about library projects)
Opening an application from your own application is simple and you can find the solution everywhere like this :
The question and the answer is easy. Catch the back button and write finish() to close the application. But it may not work in some cases. I faced with one of this cases and found a different approach. To use onBackPressed method you have to use Android 2.2 and higher. Hope this also helps to
I have worked a lot on Flash/Actionscript but for couple of weeks I only concentrate on Android and its native language.
Up to now I’ve developed many flash games for websites and they’ve played over 50M all over the world. Don’t you believe me? Take a look at these games : game1 , game2 .
I think the title of the post explains the problem :) Loading a swf file into a Flex project is simple : SWFLoader ! I made a project by Flex4SDK and got the swf output named as LoadMe.swf . Then I tried to load LoadMe.swf file into my Flex3 project by this line of code
https://prerelease.adobe.com/callout/default.html?callid={AEF64EB4-A977-4317-909A-14AD8014BA21}
Today I passed ACE Flex 3 with Air Exam and I can say that it is really hard! I accept I didn’t study so much but now I strongly recommend you to study every subject in details. Although my job is about flex development, I’m sure nearly 15 questions are about the subjects I’ve never