Am top posting here, because my question is also related to home
launcher.(Apologies for the top posting) .

Dear Bhavani And Mark,
I have customised the home screen sample application which was there in
Android SDK samples, and now trying to add a clock widget there.This home
screen sample doesn't have any option in the menus to add widgets.
And my objective is to just a Digital Clock and Whether in the Home screen.
So can you pls suggest me about how to proceed ?


On Fri, Jul 1, 2011 at 6:44 PM, bhavani sankari <bhavani...@gmail.com>wrote:

> To override default HomeScreen Is there any limitions on using
> widgets.
> In my splash activity i'm using Linearlayout,Textview, Image view
> only.
> But still not getting displayed properly.
>
>


> Please help
>
> On Jul 1, 2:47 pm, bhavani sankari <bhavani...@gmail.com> wrote:
> > Thanks!
> >
> > I have stripped out all apps except my application since i'm
> > developing for non phones.I have registered for
> > RECEIVE_BOOT_COMPLETED.After bootup,I got the default Home screen (i.e
> > with all app button)then i got my application launched by itself.
> >
> > I tried removing default home screen and wanted my application to
> > launch immediately after bootup.
> >
> > I got succeeded to some extent.Now my app got displayed after boot
> > up(default home screen removed)
> > Through,
> >
> >     <activity android:name="Splash"
> > android:screenOrientation="portrait" >
> >             <intent-filter>
> >                  <action android:name="android.intent.action.MAIN" />
> >                 <category android:name="android.intent.category.HOME" /
> >
> >                  <category
> > android:name="android.intent.category.DEFAULT" />
> >             </intent-filter>
> >         </activity>
> >
> > But I'm seeing new issue here.My splash screen is getting displayed in
> > landscape mode eventhough i have specified it as portrait.
> >
> > Any suggestions
> >
> > Thanks
> > Bhavan
>





> > On Jun 29, 7:14 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> >
> > > Step #1: Make your application be a home screen (see the Home
> sampleappin the SDK).
> >
> > > Step #2: Have your application installed in the firmware as the
> > > device's home screen (for firmware discussions, visithttp://
> source.android.com, as that is out of scope for this list).
> >
> > > On Wed, Jun 29, 2011 at 10:04 AM, bhavani sankari <
> bhavani...@gmail.com> wrote:
> > > > HiAll,
> >
> > > > I am developing a appilication for non phones.I have a requirement to
> > > > skipAllappLauncher Screen and to launch my application after
> > > > bootup.
> >
> > > > How to achieve this?
> >
> > > > Thanks
> > > > Bhavani
> >
> > > > --
> > > > 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
> >
> > > --
> > > Mark Murphy (a Commons Guy)http://commonsware.com|
> http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
> >
> > > Android Training in Oslo:http://bit.ly/fjBo24
> >
> >
>
> --
> 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
>

-- 
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

Reply via email to