[android-developers] Compiling Lex and Yacc files using Android.mk

2010-11-22 Thread MyDroid
am I missing any important steps? Thanks in Advance --MyDroid -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] Default application source code

2009-10-18 Thread MyDroid Er
Is there any repositry for the default apps source code like Contacts,Launcher,etc.I do know about the android source.com. But i dont have a Linux or Mac box.Hence is there a place where i can download the default apps. --~--~-~--~~~---~--~~ You received this

[android-developers] How to show search bar with Suggestions

2009-09-17 Thread MyDroid
Hi All How I can have search bar with google suggestion as a Autocomplete in the view instead of lauching it as popup? I do not want use search manager UI which is displayed as pop dialog. Could you please point me to some link that show how to implement this? -MyDroid

[android-developers] Remote services question

2009-09-02 Thread MyDroid Er
My application has a lot of bitmaps that it downloads on the fly over the netwrok.In a session the user might end-up downloading about more than 100 images.The application faces a lot of OOM issues due to this.The bitmaps donot get garbage collected as fast as we would want it to be.Also when the

[android-developers] Re: JPF : Java plugin framework on Android

2009-01-16 Thread myDroid
Hello, Thank you very much for this information, I knew that it could be made via Intent in Android but I wanted to make an plugin oriented app that use a common framework so that I could easily be platform independant. JPF would have been the solution. I will think about my app architecture to

[android-developers] Re: JPF : Java plugin framework on Android

2009-01-15 Thread myDroid
Nobody really ? Can not imagine that anyone had never imagine to implement a plugin based app in Android !?! I will have to find by myself. Regards, On 12 jan, 18:23, myDroid vantoi...@gmail.com wrote: Hello, I was wondering if it is possible to include this framework (JPF :http

[android-developers] JPF : Java plugin framework on Android

2009-01-12 Thread myDroid
Hello, I was wondering if it is possible to include this framework (JPF : http://jpf.sourceforge.net/about.html) in an Android application to make a plugin oriented app. Has anyone tried ? Has anyone succeed ? If not does anyone has got any idea to make easily a plugin oriented software in