Ok... so the way GO Launcher themes are designed should change (since all
the xml they require are in the assets folder)...mmm well...ok. There's not
much I can do..
On Tue, Oct 16, 2012 at 5:12 PM, Nikolay Elenkov
wrote:
> On Wed, Oct 17, 2012 at 12:02 AM, YuviDroid wrote:
> >
getAssets().open("drawable.xml") fails with a
"java.io.FileNotFoundException: drawable.xml", while if I install it
without using app encryption it works fine.
Is there maybe another way to access the assets of another package?
Thanks,
Yuvi
On Tue, Oct 16, 2012 at 3:05 AM, Nikolay Elenkov
wrote:
ndroid-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget
to quickly access your favorite apps and contacts!)
h
> 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
Ciao Giuseppe,
I recently found this library with various root utilities:
http://code.google.com/p/roottools/
I've never tried it but it looks promising.
In their wiki you can find examples on how to run shell commands (
http://code.google.com/p/roottools/wiki/Usage#Running_root_commands).
Hope
You can use java Reflection to use methods available only on certain
Android versions. Or you can create some "helper" classes that you load
(again through Reflection) only on certain Android versions.
This doc can sure help:
http://developer.android.com/resources/articles/backward-compatibility.h
Actually.you need to use LinearLayout.LayoutParams to set the "layout
parameters". scaleType, alpha are the ImageView parameters. Basically,
anything that start with "layout_" is a layout parameter.
On Sun, Mar 25, 2012 at 11:22 PM, YuviDroid wrote:
> To set para
t; 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?
By reading this: android.widget.LinearLayout$LayoutParams cannot be cast
to android.widget.FrameLayout$LayoutParams
I'd say you need to change this:
msettingsLayout.setLayoutParams(new LinearLayout.LayoutParams(settingsw,
settingsh));
into:
msettingsLayout.setLayoutParams(new *FrameLayout*.Layo
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/androi
gt; Its quite easy to get the usage statistics, I implemented it by myself.
>
> I'm asking about the privacy issue. Do you concern something about it?
>
> Regards,
> Fred
>
>
>
> 2012/3/13 YuviDroid
>
>> I'm using Flurry in my apps to track usage pat
ed 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
t;
>> --
> 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..
e more than
> welcomed to star it.
>
>
> On Thursday, March 1, 2012 12:27:56 PM UTC+2, Efi Merdler-Kravitz wrote:
>>
>> YuviDroid, confirmed your bug, happens on the BitmapDrawable
>> constructor, the DENSITY_DEFAULT is being used which is medium
>> density.
>
uld be great.
Yuvi
DroidAhead
http://www.droidahead.com
On Sun, Feb 26, 2012 at 2:59 PM, Jim Graham wrote:
> On Sun, Feb 26, 2012 at 02:42:19PM +0100, YuviDroid wrote:
> >
> > Anyway, I tried adding a different launchMode to the Snapshot
> > activityandit worked
Maybe it's a Honeycomb thing? I uploaded here the test apk which works for
me (again, on ICS): http://www.mediafire.com/?eylmq4aomurc9do
Let me know if it works also for you..
Ciao,
Yuvi
On Sun, Feb 26, 2012 at 11:41 AM, Jim Graham wrote:
> On Sun, Feb 26, 2012 at 11:11:25AM +0100
rote:
> On Sat, Feb 25, 2012 at 06:44:31PM -0600, Jim Graham wrote:
> > On Sat, Feb 25, 2012 at 06:35:06PM -0600, Jim Graham wrote:
> > > On Sun, Feb 26, 2012 at 01:31:08AM +0100, YuviDroid wrote:
> > >
> > > > I'm not sure as to what is going wrong exactl
ponentInfo{android.mgo.
> helloandroid/android.mgo.helloandroid.BTDdetecetwithV7Activity}:
> java.lang.NullPointerException"
>
>
> On Sat, Feb 25, 2012 at 11:43 PM, YuviDroid wrote:
>
>> As the log suggests the NullPointerException occurs at line 87 of
>> BTDdet
isting at http://www.jstrack.org/barcodes.html
>
> --
> 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
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget
to quickly access your favorite apps and co
> >> > On Feb 20, 11:24 pm, Mohamed Gougam
>>> wrote:
>>> >
>>> > > >> > > Hi Moktarul, What is in the the manifest file, you mean i
>>> have to
>>> > > >> remove
>>> > > >> > > the &quo
; android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget
to quickly access your favorite apps and co
n.HEADSET_PLUG" />
> android:name="android.intent.category.DEFAULT" />
>
>
>
>
>
>
>
>
>
> When I watch logcat, nothing shows for my app.
> Any help wi
"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/
; com.needham.PiesOfCod.RxBcast in loader dalvik.system.PathClassLoader[/
> > > data/app/com.needham.RxBcast-1.apk]E/AndroidRuntime( 237):at
> > > android.app.ActivityThread.handleReceiver(ActivityThread.java:2789)E/
> >
> > Looks like a configur
ources are then used to ensure that the
drawable will set its target density correctly, but by being 'null' some
default density is used.
On Sat, Feb 18, 2012 at 2:40 PM, YuviDroid wrote:
> Hi Dianne,
>
> thanks for your reply. The problem is that I'm using
> RemoteViews.
I
> think there are some attributes there that control how the image is
> displayed, whether or not it is scaled, centred etc.
>
> On Feb 18, 4:56 am, YuviDroid wrote:
> > Hi,
> >
> > sorry to resurrect this post...but I got into a similar problem. And as
> the
> &g
lopers" 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-d
I tried also to set the bitmap density before saving it to disk...just in
case it made any difference...but it doesn't.
No one has a solution to this issue?
Thanks,
Yuvi
On Sat, Feb 18, 2012 at 3:07 PM, YuviDroid wrote:
> Hi Mark,
>
> I actually switched from setImageV
ups.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
>
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launch
ssage 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 option
Hi Mark,
I actually switched from setImageViewBitmap() to setImageViewUri() because
sometimes I need to display large bitmaps which do not work if I use
setImageViewBitmap().
Yuvi
On Sat, Feb 18, 2012 at 2:57 PM, Mark Murphy wrote:
> On Sat, Feb 18, 2012 at 8:40 AM, YuviDroid wr
On Sat, Feb 18, 2012 at 2:19 AM, Dianne Hackborn wrote:
> Set the desired density of your bitmap:
> http://developer.android.com/reference/android/graphics/Bitmap.html#setDensity(int)
>
>
> On Fri, Feb 17, 2012 at 12:56 PM, YuviDroid wrote:
>
>> Hi,
>>
>> sorry to
p, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget
to quickly access your fav
istview scrolling down.
> I will maintain a mapping file with timestamps to directly the scroll.
>
>
>
>
> On Jan 28, 5:01 am, YuviDroid wrote:
> > Probably you want to take a look at:
> http://developer.android.com/reference/android/widget/ListView.html#s...)
> >
&g
roup at
> http://groups.google.com/group/android-developers?hl=en
>
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget
to quickly access your favorite apps and contacts!)
http://android.yuvalsharon.net
--
You received this message because you are subs
e 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
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget
to quickl
Oh well I gave it a shot :D
Anyway, glad you found the problem/solution at the end ;)
Cheers,
Yuvi
On Sat, Jan 28, 2012 at 7:22 AM, TreKing wrote:
> On Fri, Jan 27, 2012 at 6:00 PM, YuviDroid wrote:
>
>> I think I had a similar problem some time ago...unfortunately I don
--
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
> --
> You received this message because you are subscribed to the Google
&
; android:layout_height="wrap_content">
>
>
>
>
>
>
> --
> 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@g
oups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget
to quickly access your favorite apps and contacts!)
http://android.yuvalsharon.net
--
You receive
wnload of the 130 page book.
>
> --
> 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
> and
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 thi
I just did a quick test with your apk and:
Galaxy Nexus - Android 4.0.1 - Kernel 3.0.1-ga052f63 - FAIL
Galaxy S 2 - Android 2.3.4 - Kernel 2.6.35.11-ninphetamine-2.1.3 - PASS
(pls note that this is a custom ROM, I couldn't test right now with a stock
ROM)
Tomorrow I will test on a Nexus S, Xoom,
gt;
>
>
>
> Many thanks!
>
> --
> 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
et to "true".
If you have an ICS device could you check if fading edges work for you? (a
quick way to check this is to place on your homescreen an app with a long
name - e.g. "News & Weather" - and see if it shows ".." at the end of the
name, or if it fades nicely).
{"name" : "TinTin"}
> ]
> }
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-develo
/groups.google.com/group/android-developers?hl=en
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget
to quickly access your favorite apps and contacts!)
http://android.yuvalsharon.net
--
You received this message because you are subscribed to the Goo
I believe you are looking for this:
http://developer.android.com/reference/android/content/Intent.html#ACTION_USER_PRESENT
Yuvi
--
YuviDroid
Check out Launch-X<http://www.droidahead.com/apps/launchx/androidpit_promo.php>
(a
widget to quickly access your favorite apps and contacts!)
Pro
n);
> > }
> >
> > @Override
> > public long getItemId(int position) {
> > return position;
> > }
> >
> > @Override
> > public View getView(int position, View convertView, ViewGroup
&
ey not being present). Btw is the Galaxy Nexus a hdpi or xhdpi
device?
I already tested on the emulator (well...kind of...) and on my Nexus S with
ICS 4.0.1...but I'm really curious to test it on the real thing :)
Thanks,
Yuvi
--
YuviDroid
Check out Launch-X <http://android.yuvalsharo
his 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
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget to
quickly access you
f my resources?
>
> --
> 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
oogle
> 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
>
rom 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
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget to
quickly access
plus.com/tutorials/android/move-to-sd-card/
> where it says that I don't need to have 8 as the minsdkversion.
> Doesn't it filter the app so only people with version 8 or greater can
> download my app?
>
>
> On Jan 5, 12:02 pm, YuviDroid wrote:
> > Just a guess:
>
ot; 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=
e 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://grou
> 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
>
--
YuviD
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-deve
uot;
>/>
>
>
> --
> 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-develope
"TreKing" написал:
>
> --
> 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
t; --
> 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...@googlegr
pers" 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/gr
mobi/for-developers/scrollable-widget>- (Example)
http://code.google.com/p/scrollable-widget-for-hpp/
<http://code.google.com/p/scrollable-widget-for-hpp/>- (Example)
http://code.google.com/p/scrollablecontacts/
Bye,
<http://code.google.com/p/scrollablecontacts/>YuviDroid
On Sun,
is 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
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget to
quickly access you
Ehmwhat's this: ?
startActivity(getIntent()); //Restarts activity for menu refresh
On Fri, Dec 10, 2010 at 10:24 AM, pramod.deore wrote:
> Hi, Yuvidroid no I had not called startActivity. Here is my code
>
> public void onCreate(Bundle savedInstanceState)
>{
>
rom 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
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget to
quickly ac
> >>> registerForContextMenu(getListView());
> > >>> }
> > >>> Now suppose I have list like this
> > >>> Hall - Fan
> > >>> Kitchen - AC
> > >>> Bedroom - tv
> > >>> and suppose I delete
opers@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
>
--
YuviDroid
Check out Launch-X <http://andro
lay as
>
> Hall - Fan
> Kitchen - AC
> Bedroom - tv
>
> Actually first record is deleted succesfully, but though also it is
> displayed when I press back button. How to avoid this problem?
>
> --
> You received this message because you are subscribed to the Go
Now I have to figure out how to maintain two
> versions of the app, as the library system seems to be very broken!
>
> - Brill Pappin
>
> On Dec 3, 5:52 pm, YuviDroid wrote:
> > You could push an update to the free version, and then in its app
> > description advertise th
help:
http://www.androidcompetencycenter.com/2009/01/basics-of-android-part-ii-intent-receivers/
Bye,
YuviDroid
On Sat, Dec 4, 2010 at 1:17 PM, Peter Webb wrote:
> I have a wallpaper app on the market. I have almost finished a
> customisation application for it, which I want to sell. Because it is
> a
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, vi
ed 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
ot;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/
m
> 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
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php>
This might help:
http://stuffthathappens.com/blog/2010/06/04/android-color-banding/
YuviDroid
On Thu, Nov 4, 2010 at 9:33 AM, Hatch wrote:
> Great
>
> Your reply gives me hope :)
>
> But can you provide me with more information on how to do it ?
>
> I have a gradient al
bscribed 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 g
; 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/gr
android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget to
quickly access your favorite apps and contacts!)
http://andro
If you just remove your main activity from the Manifest (or better, remove
the intent-filter) your app will simply not appear in the Launchers app
drawer.
So, remove this:
Hope it helps,
Yuvi
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a wid
; > 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
>> >
o 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
--
YuviDroid
Check out Launc
ease repeat.";
>
>int duration = Toast.LENGTH_LONG;
>
>
>Toast toast = Toast.makeText(context, text, duration);
>
>toast.show();
>}
>});
> }
>});
>}
>
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
://developer.android.com/guide/appendix/faq/commontasks.html#threading)
2. Use an AsyncTask (
http://developer.android.com/reference/android/os/AsyncTask.html)
Hope it helps,
YuviDroid
On Sun, Sep 26, 2010 at 10:29 AM, ArcDroid wrote:
> I originally tried a separate thread, but couldn't up
The HTC Wildfire is a QVGA phone, so you need to declare in your manifest
that your app supports such screens.
You'll need to add the tag, see here for more details:
http://developer.android.com/guide/practices/screens_support.html
YuviDroid
<http://developer.android.com/guide/p
the correct appWidgetId from inside the service?
>
> On 19 Set, 22:30, YuviDroid wrote:
> > Ciao Simone,
> >
> > probably it's stupid to ask this, but just to be sure: have you called
> > updateAppWidget() after setting the RemoteViews object? Like this:
> >
>
d email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget to
quickly access your favorite apps
Ah ok, I didn't know that. I though it was a good idea so that with newer
versions of Android your images were automatically "upgraded". Thanks for
the info!
On Sun, Sep 19, 2010 at 2:24 PM, Mark Murphy wrote:
> On Sun, Sep 19, 2010 at 8:22 AM, YuviDroid wrote:
> > I
ade public.
YuviDroid
On Sun, Sep 19, 2010 at 2:09 PM, dashman wrote:
>
> where can i get it
>
> it's not here
>
> http://developer.android.com/guide/practices/ui_guidelines/icon_design.html
>
> --
> You received this message because you are subscribed to the Google
>
opers@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
>
--
YuviDroid
Check out Launch-X <http://android.yuvalshar
ers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget to
quickly access your favorite apps and contacts!)
http://android
p, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget to
quickly access your
re 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
I haven't tried it myself, but I believe so.
On Tue, Sep 14, 2010 at 12:47 AM, sblantipodi
wrote:
> If I set monthly,
> I will receive only one big payment with all transactions?
>
> On Sep 2, 11:51 am, YuviDroid wrote:
> > Under Settings --> Financials you can at leas
or Android-powered devices
>
>
> --
> 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
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
>
--
YuviDroid
Ch
se 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
1 - 100 of 146 matches
Mail list logo