[android-developers] What is Android Middleware?

2011-08-18 Thread ananya
Hi,
Is Android middleware made of the libraries,runtime ?

Application
Middleware
Kernal

Is the concept I knew,

Kindly clarify my doubt if Android middleware is made of  Libraries
and Runtime?

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 16 Topics

2011-03-22 Thread ananya sundar
i am getting failed to install error everytime i am loading in emulator.
i tried reinstalling entire SDK but it's not working..
Plzz help me

On Tue, Mar 22, 2011 at 10:33 AM,
 wrote:
>   Today's Topic Summary
>
> Group: http://groups.google.com/group/android-developers/topics
>
> How to install market app in emulator? [2 Updates]
> Need help on T-mobile HTC G1 (Developer Unlock code) [1 Update]
> "Package file was not signed correctly" error [2 Updates]
> write tag with opengl on android [1 Update]
> TextView at the bottom of a Layout, like a status bar of sorts [2 Updates]
> 2d game development [2 Updates]
> how to reload previous activity on back button click [2 Updates]
> installing sdk [1 Update]
> Android Development Kit [1 Update]
> Android Application Sold to 100,000 Users [1 Update]
> NFC Question [2 Updates]
> Can somebody suggest the best book or online resource for beginning android
> apps development? [1 Update]
> Service stops after 10 minutes of standby [4 Updates]
> Canvas frame rate very choppy in Live Wallpaper [1 Update]
> Gmail loading spinner in Honeycomb [1 Update]
> Creating custom tiles for google maps app [1 Update]
>
>  Topic: How to install market app in emulator?
>
> satan  Mar 19 11:43PM -0700 ^
>
> Just Do what has been said... Forget the Copyrights..
> as we are using the same for research and currently atleast for "NON
> COMMERICAL" use.
>
> Regards,
> Hemant Kshirsagar
>
>
>
>
>
> Justin Anderson  Mar 21 10:54PM -0600 ^
>
> *> Just Do what has been said... Forget the Copyrights..
>> as we are using the same for research and currently atleast for "NON
>> COMMERICAL" use.*
>
> How fitting... when this message showed up in my email, Google said it was
> from "Satan"
>
> Thanks,
> Justin Anderson
> MagouyaWare Developer
> http://sites.google.com/site/magouyaware
>
>
> On Sun, Mar 20, 2011 at 12:43 AM, satan wrote:
>
>
>
>
>  Topic: Need help on T-mobile HTC G1 (Developer Unlock code)
>
> Justin Anderson  Mar 21 10:49PM -0600 ^
>
> *> Can somebody help me with a Developer Unlock code for T-mobile HTC G1.*
> I was not aware such a thing existed...
>
> Thanks,
> Justin Anderson
> MagouyaWare Developer
> http://sites.google.com/site/magouyaware
>
>
>
>
>
>  Topic: "Package file was not signed correctly" error
>
> Justin Anderson  Mar 21 10:47PM -0600 ^
>
> I usually run into this when I have a debug version on my phone already
> installed from doing development and then forgetting to uninstall it before
> trying to install the release version.
>
>
> Thanks,
> Justin Anderson
> MagouyaWare Developer
> http://sites.google.com/site/magouyaware
>
>
>
>
>
> Justin Anderson  Mar 21 10:47PM -0600 ^
>
> Or vice-versa... It happens either way.
>
> Thanks,
> Justin Anderson
> MagouyaWare Developer
> http://sites.google.com/site/magouyaware
>
>
>
>
>
>  Topic: write tag with opengl on android
>
> Nightwolf  Mar 21 09:44PM -0700 ^
>
> If text is static then you need texture (picture) with label "Dog",
> apply it to a quad (two triangles that form up a rectangle).
>
>
>
>
>  Topic: TextView at the bottom of a Layout, like a status bar of sorts
>
> Chris Stewart  Mar 21 11:28PM -0400 ^
>
> I wanted to follow up on this question. I got it working tonight by using
> RelativeLayout. The overall design is as such:
>
> RelativeLayout
> -- LinearLayout
> -- Fragment A
> -- Fragment B
> -- Fragment C
> -- /LinearLayout
> -- RelativeLayout (with android:layout_alignParentBottom="true")
> -- TextView
> -- /RelativeLayout
> /RelativeLayout
>
> --
> Chris Stewart
> http://chriswstewart.com
>
>
>
>
>
>
> Justin Anderson  Mar 21 10:42PM -0600 ^
>
> Maybe it is just me, but what is the point of putting a LinearLayout inside
> a RelativeLayout? And for that matter, what is the point of having a
> RelativeLayout inside another RelativeLayout that contains only a single
> view?
>
> I don't know really know what the requirements of your app, but you should
> be able to achieve the same thing with just a single RelativeLayout and all
> your other fragments/views inside of that...
>
> One of the big advantages of RelativeLayout is that there is less need for
> nesting layouts...
>
> Thanks,
> Justin Anderson
> MagouyaWare Developer
> http://sites.google.com/site/magouyaware
>
>
>
>
>
>  Topic: 2d game development
>
> a a  Mar 22 12:38PM +0800 ^
>
> a ha, i know this guy, he is the author with "replica island", he is a
> hero for many developer.
>
> This code write by openGL, not use game engine which provided by Riyad
> kalla.
>
>
>
>
>
> a a  Mar 22 12:41PM +0800 ^
>
> may be we can ask this hero which is better, the game engine or
> openGL? anyone know what's his facebook account?
>
>
>
>
>  Topic: how to reload previous activity on back button click
>
> Ranveer  Mar 22 09:19AM +0530 ^
>
> Dear all,
>
> I want to reload the previous activity (history) on back button click.
> Right now When I am pressing back (Phone) it going to previous activity
> but showing from history.
> So every time I click back I want to r