[android-developers] Re: Block APK installation

2012-02-08 Thread Scott Herbert
This is just an idea... but why not try writing a the app as a custom version of https://github.com/android/platform_packages_apps_launcher and having a very small internal storage, so theirs no room for any additional APK's. N.B. I've never even compiled the kernel, so I've no idea if this

[android-developers] Unicode in eclipse

2011-11-06 Thread Scott Herbert
Sorry if this is a little off topic (it's more an eclipse questron than an Android one, but as it's for an Android project...) What the easyist way to define non Latin text (I.e. Unicode) specifiy Arabic and Chinese in an Android project? When I try and copy and pasted the google translated

[android-developers] Re: Unicode in eclipse

2011-11-06 Thread Scott Herbert
Thanks. I was sure their was an easy way. I'll double check the settings tomrrow when I get back in front of a my laptop. On Nov 7, 1:46 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Mon, Nov 7, 2011 at 9:33 AM, Scott Herbert scott.a.herb...@googlemail.com wrote: Sorry

[android-developers] Re: Whats first onCreate or the constructor

2010-08-13 Thread Scott Herbert
Thaks all for your helpful tips. -- 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-developers] Whats first onCreate or the constructor

2010-08-12 Thread Scott Herbert
Firstly I hope this isn't too basic a question, I'm new to Java (and be extension Android) so please forgive me if it's obvious to everyone else, but I couldn't find the answer via Google. I have a simple app I'm writing primary because I and at least one of my friends want it but also to learn