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!
Showing flash objects in WebView
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.
Using Android library projects in custom builds
Android Library Projects are quite useful when you want to use your assets/resources in multiple projects.(about library projects)
How to open another application from current application on Android? – Different Approach
Opening an application from your own application is simple and you can find the solution everywhere like this :
How to close Android application when back button clicked?
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 you.
ReadyO is online for Android devices!
I have worked a lot on Flash/Actionscript but for couple of weeks I only concentrate on Android and its native language.
PB Freekick is on air!
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 .
How to load Flex4 swf files into Flex3 application or vice versa?
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 :
How to install Adobe Air applications on Android Emulator?
Everyone is talking about Adobe Air on Anroid devices, but the answer to the question “How can I test my application without buying an android device?” is not very clear. There are many air applications working on real devices but I could not find a specific tutorial working on emulator and decided to write a brief one :)
Adobe Certified Expert now! (Flex3 with Air)
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 met. Of course passing this kind of an exam gave me an excellent feeling :)
blog Categories
Recent Posts
- Using Button in ExpandableListView
- Showing flash objects in WebView
- Using Android library projects in custom builds
Archives
- June 2012
- December 2011
- October 2011
- September 2011
- July 2011
- June 2011
- August 2010
- June 2010
- May 2010
- March 2010

Posted by Ercan in