[android-developers] About Android Q privacy change

2019-08-22 Thread teddy
ards Teddy -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To view this discussion on the we

[android-developers] about: favorites

2012-03-08 Thread Teddy
Hello sir, actually in our project there is an option of favorites. what i want to do is i want all those applications that has been visited several times to be in favorites. for this im going to use shared preferences. i have thought having a counter i will increment that counter everytime a

[android-developers] Ask about FLAG_ACTIVITY_REORDER_TO_FRONT

2011-09-05 Thread teddy
Hi all, I have two task: bar:B,Y foo: A,X,C Now C call startActivity to call B with FLAG_ACTIVITY_REORDER_TO_FRONT. After this call these tasks are: Case I: foo: A,X,C bar:Y,B or: Case II: bar:Y foo: A,X,C,B According the document

[android-developers] Re: Ask about FLAG_ACTIVITY_REORDER_TO_FRONT

2011-09-05 Thread teddy
Plz help me On Sep 5, 6:22 pm, teddy fol...@gmail.com wrote: Hi all, I have two task: bar:B,Y foo: A,X,C Now C call startActivity to call B with FLAG_ACTIVITY_REORDER_TO_FRONT. After this call these tasks are: Case I: foo: A,X,C bar:Y,B or: Case II: bar:Y foo: A,X,C,B According

[android-developers] Problem configuring the app widget with bitmap image using remote views

2009-11-09 Thread teddy
Hi, I started with developing the resizable photo widget. Every time the widget is resized, i am configuring the widget remote view with the new bitmap image. I am using the same layout file for all resize dimensions with fillparent option for both width and height. But i am facing issues with

[android-developers] Problem configuring the app widget with bitmap image using remote views

2009-11-09 Thread teddy
Hi, I started with developing the resizable photo widget. Every time the widget is resized, i am configuring the widget remote view with the new bitmap image. I am using the same layout file for all resize dimensions with fillparent option for both width and height. But i am facing issues with