[android-developers] Re: Why apps not developed in C ?

2014-03-31 Thread Salsero69
You can write Apps in C and C++ using the NDK. https://developer.android.com/tools/sdk/ndk/index.html On Monday, March 31, 2014 7:19:14 AM UTC-4, NewToAndroid wrote: > > Hi all, > > I have this question out of curiocity. > Android is based on Linux, which is basically written in C. Why Android

[android-developers] SlidingDrawer to go full screen

2011-02-10 Thread Salsero69
How do I get the sliding drawer to open over the existing layout. I'm having a hard time finding an example and having no luck figuring it out on my own. -- 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] Re: Sliding Drawer question

2011-02-10 Thread Salsero69
I'm having the same issue. Eclipse allows me to add it, but then can't do visual editing which sucks. On Jan 15, 11:24 pm, Scott Deutsch wrote: > Hello group. > > I tried to add a Sliding Drawer through the visual xml builder thingy, > but it is telling me "The following classes cannot be found

[android-developers] TableRows doesn't display

2011-02-03 Thread Salsero69
I have seen a lot of sample code that explains how to dynamically add a TableRow to a TableLayout. But when I try it the TableRow is not displayed. When I do a TableLayout.getChildCount() before and after the addition the child count does increase; so technically it is working, sort of. I've rea