Re: [android-developers] Re: how to replace with in android or java ?

2012-07-11 Thread Chris Ruskai
In Java, I'm pretty sure the escape character is \ so you could call String.replace(\\, Replacement text); That should make the String appear as Replacement text. On Wed, Jul 11, 2012 at 3:03 AM, Doug beafd...@gmail.com wrote: What is the context for needing to do this? Doug On

Re: [android-developers] Help, eclipse does'nt show any errors, but app does'nt work on phone.

2012-06-13 Thread Chris Ruskai
If that's your entire Activity, I don't see an onCreate function or anything that calls setContentView to tell the app which xml file to use for the activity's layout. For example: @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

Re: [android-developers] Looking for a coder

2012-04-03 Thread Chris Ruskai
Is this project still going on? On Thu, Dec 1, 2011 at 3:50 AM, Sushant Ratnaparkhi sushant.ratnapar...@gmail.com wrote: hey Alexander, I am an engineer in comp sci. I have good programming experience in JAVA and C++, and some exp in android SDK (have developed one app, didn't publish).

Re: [android-developers] Re:my app

2011-11-22 Thread Chris Ruskai
I see what you did there. On Tue, Nov 22, 2011 at 2:20 PM, Jim Graham spooky1...@gmail.com wrote: On Tue, Nov 22, 2011 at 11:19:08PM +0530, jaggu wrote: hi myt takeing 58mb memory space how to reduce the memory my application You've already got it down to 58 thousandths of a bit (0.058

[android-developers] Android Widget Design.

2011-04-26 Thread Chris Ruskai
tutorial. Thank you, Chris Ruskai -- 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+unsubscr