[android-developers] Google Android Device manager

2016-10-31 Thread Yukimura Sanada
i want to suggest something , at google android device manager .
to increase the anti-theft security .


in case a device is stolen .
there is a feature to change the* wallpaper* , nor the* lock screen* into 
this > 







so if the thief bring the device to cellphone shop  , to flash new rom to 
reset everything.
they will noticed if the device is illegal. 


we know some thief arent dumb. 
to turn of some anti-theft they just need to turn off the device and bring 
it to someone who can flash new ROM .
and  the device gone forever. 


-- 
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 post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/5d4a7cf9-1294-4998-a3b7-632fe2e876b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Google android certification

2016-08-11 Thread Jorge Hernan valdivia Torrez
Hi everyone, pls I need to know how much cost the google android 
certification ? I saw this certification in the google I/O 2016 and saw 
 the information in the 
page https://developers.google.com/training/certification/ but for take the 
exam is necessary pay but how much?

pls let me know thx.

-- 
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 post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/cd332a4e-2d1e-4d46-b905-619f623920d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Google Android TV

2012-11-09 Thread Mark Murphy
Note that Google TV developer support is handled through StackOverflow
and the 'google-tv' tag, according to Google:

https://developers.google.com/tv/android/community

You can see existing questions on Google TV here:

http://stackoverflow.com/questions/tagged/google-tv

On Fri, Nov 9, 2012 at 10:26 AM, Anirudh Loya  wrote:
> Hello Sir,
>
>
> I am working on Google Android TV Application.
>
>
> Presently the task of my application is to download images from the Social
> Networking Website, which I have done it successfully. After downloading I
> have to play them in the Screen Saver when ever the Google Android TV is
> idle state and goes into Screen Saver mode.
>
> I am unable to find any API's of Screen Saver or the Settings of Google API.
> I am unable to understand how can I pull the downloaded images to play it in
> screen saver.
>
> Any help you be appreciated.
>
> Awaiting your reply at the earliest.
>
>
> --
>
> Thank you
>
> Anirudh Loya | Android Tech Lead
>
> Desk: +9140-30681824 | Mobile: +919246561265
>
>
>
> --
> 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/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

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


[android-developers] Google Android TV

2012-11-09 Thread Anirudh Loya
Hello Sir,


I am working on Google Android TV Application.


Presently the task of my application is to download images from the Social
Networking Website, which I have done it successfully. After downloading I
have to play them in the Screen Saver when ever the Google Android TV is
idle state and goes into Screen Saver mode.

I am unable to find any API's of Screen Saver or the Settings of Google
API. I am unable to understand how can I pull the downloaded images to play
it in screen saver.

Any help you be appreciated.

Awaiting your reply at the earliest.


-- 

Thank you

Anirudh Loya | Android Tech Lead**

Desk: +9140-30681824 | Mobile: +91*9246561265*

-- 
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] Google Android LVL CheckLicense on service timeout

2012-10-25 Thread Silvio Marano
Seems a different problems the mine. The apps return timeout because the 
server doesn't respond anything to my app, isn't an intermittent issue 
seems that my package is banned from LVL server for some reason... if I try 
another package name with the same app all works fine.

Il giorno giovedì 25 ottobre 2012 15:50:29 UTC+2, Kostya Vasilyev ha 
scritto:
>
> This has been going on since May. 
>
> https://groups.google.com/d/topic/android-developers/4XXgqIkgahs/discussion 
>
> -- K 
>
>
> > I have an app that use Google license protection service. I have tested 
> > successfully this app(that currently is on Google Play since a couple of 
> > weeks) and the license checking. 
> > 
> > Some days ago I have published another app with the same protection and 
> > another private 
> > 
> > static final byte[] SALT = new byte[] {} 
> > 
> > And the license checking works fine also with this app. 
> > 
> > Today I have updated a single layout of the first app published. I have 
> > tested the app and with my surprise fails the license checking with a 
> > timeout problem (and my Internet connection works fine) 
> > 10-25 01:04:16.689: I/LicenseChecker(2739): Binding to licensing 
> service. 
> > 10-25 01:04:16.709: I/LicenseChecker(2739): Calling checkLicense on 
> service 
> > for myapp.package.comu 
> > 10-25 01:04:16.709: I/LicenseChecker(2739): Start monitoring timeout. 
> > 10-25 01:04:26.719: I/LicenseChecker(2739): Check timed out. 
> > 10-25 01:04:28.579: I/LicenseChecker(2739): Binding to licensing 
> service. 
> > myapp.package.comu 
> > 10-25 01:04:28.609: I/LicenseChecker(2739): Start monitoring timeout. 
> > 10-25 01:04:38.619: I/LicenseChecker(2739): Check timed out. 
> > 
> > I have already tried to change my license response from the console 
> without 
> > success, license checking service doesn't responds anything to my app. 
> > 
> > In the second app with a different package and the same protection logic 
> > that I have published, LVL works without any problem. 
> > 
> > I cannot figure what could be the reason of this issue. 
> > 
> > I have tried also to use the same SALT array without success. 
> > 
> > Now I can only hope that buyers of the app haven't the same issue. 
> > 
> > Any idea? 
> > 
> > --
>

-- 
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] Google Android LVL CheckLicense on service timeout

2012-10-25 Thread Kostya Vasilyev
This has been going on since May.

https://groups.google.com/d/topic/android-developers/4XXgqIkgahs/discussion

-- K

2012/10/25 Silvio Marano :
> I have an app that use Google license protection service. I have tested
> successfully this app(that currently is on Google Play since a couple of
> weeks) and the license checking.
>
> Some days ago I have published another app with the same protection and
> another private
>
> static final byte[] SALT = new byte[] {}
>
> And the license checking works fine also with this app.
>
> Today I have updated a single layout of the first app published. I have
> tested the app and with my surprise fails the license checking with a
> timeout problem (and my Internet connection works fine)
> 10-25 01:04:16.689: I/LicenseChecker(2739): Binding to licensing service.
> 10-25 01:04:16.709: I/LicenseChecker(2739): Calling checkLicense on service
> for myapp.package.comu
> 10-25 01:04:16.709: I/LicenseChecker(2739): Start monitoring timeout.
> 10-25 01:04:26.719: I/LicenseChecker(2739): Check timed out.
> 10-25 01:04:28.579: I/LicenseChecker(2739): Binding to licensing service.
> myapp.package.comu
> 10-25 01:04:28.609: I/LicenseChecker(2739): Start monitoring timeout.
> 10-25 01:04:38.619: I/LicenseChecker(2739): Check timed out.
>
> I have already tried to change my license response from the console without
> success, license checking service doesn't responds anything to my app.
>
> In the second app with a different package and the same protection logic
> that I have published, LVL works without any problem.
>
> I cannot figure what could be the reason of this issue.
>
> I have tried also to use the same SALT array without success.
>
> Now I can only hope that buyers of the app haven't the same issue.
>
> Any idea?
>
> --
> 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


[android-developers] Google Android LVL CheckLicense on service timeout

2012-10-25 Thread Silvio Marano
I have an app that use Google license protection service. I have tested 
successfully this app(that currently is on Google Play since a couple of 
weeks) and the license checking. 

Some days ago I have published another app with the same protection and 
another private 

static final byte[] SALT = new byte[] {}

And the license checking works fine also with this app.

Today I have updated a single layout of the first app published. I have 
tested the app and with my surprise fails the license checking with a 
timeout problem (and my Internet connection works fine)
10-25 01:04:16.689: I/LicenseChecker(2739): Binding to licensing service.
10-25 01:04:16.709: I/LicenseChecker(2739): Calling checkLicense on service 
for myapp.package.comu
10-25 01:04:16.709: I/LicenseChecker(2739): Start monitoring timeout.
10-25 01:04:26.719: I/LicenseChecker(2739): Check timed out.
10-25 01:04:28.579: I/LicenseChecker(2739): Binding to licensing service.
myapp.package.comu
10-25 01:04:28.609: I/LicenseChecker(2739): Start monitoring timeout.
10-25 01:04:38.619: I/LicenseChecker(2739): Check timed out.

I have already tried to change my license response from the console without 
success, license checking service doesn't responds anything to my app.

*In the second app with a different package and the same protection logic 
that I have published, LVL works without any problem. *

I cannot figure what could be the reason of this issue.

I have tried also to use the same SALT array without success.

Now I can only hope that buyers of the app haven't the same issue. 

Any idea?

-- 
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] Google Android

2012-09-20 Thread Justin Anderson
You've already been given an answer on the link you provided...

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Tue, Sep 18, 2012 at 11:08 AM, Ashish Sharma
wrote:

>  Plz Helpbring up a TEXT WINDOW that listens to the incoming
> phone call and converts the caller's speech to text and displays that text
> in the TEXT 
> WINDOW..
>
>
> --
> 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

[android-developers] Google Android

2012-09-19 Thread Ashish Sharma
 Plz Helpbring up a TEXT WINDOW that listens to the incoming phone 
call and converts the caller's speech to text and displays that text in the 
TEXT 
WINDOW..
 

-- 
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] Google android maps navigation with realtime traffic data in voice

2012-07-23 Thread Mark Murphy
On Wed, Jul 18, 2012 at 5:54 AM, VGNU Linux  wrote:
> Does android maps API provide traffic information using voice data rather
> then just putting overlays on to the route map ?

I do not know what you consider "android maps API" to be. MapView
displays traffic data in the form of a tile set that contains color
coding for traffic. MapView does not do anything with voice.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

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


[android-developers] Google android maps navigation with realtime traffic data in voice

2012-07-23 Thread VGNU Linux
Hi All,

I am beginning android application development. So here is my question
related to android maps API.
Does android maps API provide traffic information using voice data rather
then just putting overlays on to the route map ?

Regards,
VGNU

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

[android-developers] Google Android Training- Batch starting Sep25,2011

2011-09-12 Thread android 4u
Follow us on Twitter- androidhub4u.
Subscribe to our blog at- http://androidhub.wordpress.com/

This Android course is a interactive, hands-on training which provides
you a complete overview of the Android platform and how to make the
most of your application development.
The curriculum is developed according to industry standards and
requirements and this course will make you an expert by leveraging
your existing Java skills
You will be trained with original Android Phones to test your
application.
At the end of the course, you will have the knowledge to build and
publish your own real-time Android application

The training is conducted in a batch of 3-5 people at my apartment.
This training is not for people looking for placement assistance.I am
a freelancer android developer having 1.5 years of experience in
android and 3.5 years of experience in Java.

THIS TRAINING IS ONLY FOR PEOPLE WHO ALREADY HAVE JAVA BACKGROUND AND
HAVE PASSION TO LEARN ANDROID.

If you do not know java and want to learn Android, you can take the
basic core java course from me.

Android COURSE FEES- 1

You can opt for either the weekend batch - Both Saturday and Sunday.
Duration 1 month . Timings 11.30 a.m.-6.00 p.m.
Or you can opt for weekdays classes. Duration 15 days . Timings-
9.00a.m. to 11.30a.m.

Interested candidates call at 9740067112

COURSE CONTENTS:

Module I

Getting started with android
Application fundamentals
Activities and tasks
Components and layouts
Intent Resolution

Module II

Working with resources
Android layouts and views
Handling user interaction events
Grouping, accessing of resources

Module III

Creating menus
Styles and themes
Creating dialogs
Adding menus and icons

Module IV

Notifying the users
Debugging android applications
Intent and intent filters
Toast, Status bar, dialog notification

Module V

Multimedia in android
Multimedia supported audio formats
Simple media playback
Supported video formats

Module VI

sql database
Introducing sqlite
Sqlite open helper and creating a database
Opening and closing a database

Module VII

Basic content providers
Content provider mime types
Searching for content
Adding, changing, and removing content

Module VIII

Graphics and Animations
Drawing with xml
Canvas drawing best practice

Module IX

Animations
Programmatically creating animations
Introducing tweened animations
Applying tweened animations
Frame Animations

Module X

Accessing android hardware
Using the media apis
Using the camera
Using bluetooth
Using Wifi

Module XI
File
Saving State and Preferences
Creating Preference Screen

Module XII
Geocoding and Location Based Services
Maps
Finding Current Location
Drawing a route on map

Module XIII
Telephony and SMS

Module XIV
Sensors

Module XV
Web Services
JSON Parser
XML Parser

Explanation with sample codes and small programs for each and every
topic.

-- 
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] Google Android Map Overlay

2010-11-29 Thread search . light . com
I wrote a sample which jpeg image is displaying when you click the overlay.
I think that maybe could be helpful as a reference.


(MapViewTouchSample.java)
package com.ma.chupic.chu.com.beta.activity;

import java.util.ArrayList;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.util.Log;
import android.widget.Toast;
import com.google.android.maps.GeoPoint;
import com.google.android.maps.ItemizedOverlay;
import com.google.android.maps.MapActivity;
import com.google.android.maps.MapView;
import com.google.android.maps.Overlay;
import com.google.android.maps.OverlayItem;

public class MapViewTouchSample extends MapActivity {
private Drawable touchedLocationIcon;
private TouchedItemizedOverlay touchedItemizedOverlay;
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
touchedLocationIcon = getResources().getDrawable(R.drawable.icon);
touchedItemizedOverlay = new
TouchedItemizedOverlay(touchedLocationIcon, this);
((MapView) findViewById(R.id.MapView)).getOverlays().add(new Overlay() {
@Override
public boolean onTap(GeoPoint p, MapView mapView) {
Log.v(this.getClass().getName(), "Overlay.onTap start.");
super.onTap(p, mapView);
String locationPoint = new StringBuilder()
.append("latitude: ")
.append(p.getLatitudeE6())
.append(", longitude:")
.append(p.getLongitudeE6())
.toString();
OverlayItem overlayItem = new OverlayItem(p, locationPoint, "");
touchedItemizedOverlay.clearOverlay();
touchedItemizedOverlay.addOverlay(overlayItem);
mapView.getController().animateTo(p);
mapView.getOverlays().add(touchedItemizedOverlay);
mapView.invalidate();
return true;
}
});
}
@Override
protected boolean isRouteDisplayed() {
return false;
}
}
class TouchedItemizedOverlay extends ItemizedOverlay {
private ArrayList overlays = new ArrayList();
Context context;
public TouchedItemizedOverlay(Drawable defaultMarker, Context context) {
super(boundCenterBottom(defaultMarker));
this.context = context;
}
@Override
protected boolean onTap(int index) {
super.onTap(index);
String title = getItem(index).getTitle();
Toast.makeText(context, title, 3).show();
return true;
}
@Override
protected OverlayItem createItem(int i) {
return overlays.get(i);
}
@Override
public int size() {
return overlays.size();
}
void addOverlay(OverlayItem overlay) {
overlays.add(overlay);
populate();
}
void clearOverlay() {
overlays.clear();
populate();
}
}


--
Regards
Twitter: @machupicchubeta


On Sun, Nov 21, 2010 at 12:41, devian yudha  wrote:
> yeah i think SDK doesn't provide us to that functionality, so you must
> included other things like .XML which give us a layout resource, etc.
>
> On 11/21/10, Frank Weiss  wrote:
>> The Android SDK doesn't provide this functionality ready-to-go, but it can
>> be easily implemented with a custom view class that extends FrameLayout, a
>> controller class, a nine-patch image, and a layout resource (XML). You ought
>> to be able to google for several solutions. Try the keyords mapview and
>> balloon.
>>
>> IMO implementing it yourself is a valuable exercise that adds to your
>> understanding of the Android SDK.
>>
>> --
>> 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

-- 
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] Google Android Map Overlay

2010-11-22 Thread devian yudha
yeah i think SDK doesn't provide us to that functionality, so you must
included other things like .XML which give us a layout resource, etc.

On 11/21/10, Frank Weiss  wrote:
> The Android SDK doesn't provide this functionality ready-to-go, but it can
> be easily implemented with a custom view class that extends FrameLayout, a
> controller class, a nine-patch image, and a layout resource (XML). You ought
> to be able to google for several solutions. Try the keyords mapview and
> balloon.
>
> IMO implementing it yourself is a valuable exercise that adds to your
> understanding of the Android SDK.
>
> --
> 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


Re: [android-developers] Google Android Map Overlay

2010-11-20 Thread Frank Weiss
The Android SDK doesn't provide this functionality ready-to-go, but it can
be easily implemented with a custom view class that extends FrameLayout, a
controller class, a nine-patch image, and a layout resource (XML). You ought
to be able to google for several solutions. Try the keyords mapview and
balloon.

IMO implementing it yourself is a valuable exercise that adds to your
understanding of the Android SDK.

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

[android-developers] Google Android platform for robotics (serial connection support).

2010-10-25 Thread RoboHobby
Hi,

1) What Android-compatible hardware platforms (boards, like "beagle
board") can you recommend for hobby robotics?
Where can I see a list of Android-friendly boards with support of
serial (or parallel) connections?

We are going to move our Java ME robotics project (http://
www.RoboHobby.com) to Android platform, but what hardware to choose?

2) What can you say about support of serial connection on Android-
based phones?
Does it work in reality?
As I remember, in the Java ME world not all cell phones manufacturers
supported serial connections on their J2ME implementations.
For example serial connections were supported on some models of
Siemens and Sony-Ericson, but they were not supported on Nokia and
Sumsung, etc.

What is going on with serial connection support in the Android World?
Is this supported in reality? On which cell phones?

3) Is it possible to use on Android devices (boards) not BlueTooth/USB
conection, but wired connection, like RS232 "COM" port on PC?

PS: I see funny wordplay - Android as a Google project and Android as
a human-like robot.
:-)

--
http://www.RoboHobby.com - Java Robotics, Code Examples. PICkit2
tutorials, J2ME mobile phone Java as a robot's brain, KAP (Kite Aerial
Photography)

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


[android-developers] Google Android

2009-11-24 Thread Prateek Jain
Hey!
I haven't used any Android device, but I've read a lot of news about
it, and I feel it pretty cool. Though I still prefer my Symbian S60
more. What about you guys?

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


[android-developers] Google Android Challenge II bugix..!

2009-09-01 Thread sommeralex

Hello Google!

I cant find a proper email to contact you, therefore, i write you
here.. I have submitted an Application for the google android
challenge but did a big mistake when I was re-send the application. I
removed the Allow Android Mock Location Permission but forgot to
remove the testProvider in my Application. Now, i just wanted to start
my application again and was wondering why it didnt work.

Because of an Permission Exception..

I hope, that there is a way to still take part in this challenge.. I
know, that there are rules and that it would be un-managable if every
developer would come with bugs..

hm..

hope to hear from you soon,
alex


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



[android-developers] Google Android Maps API

2009-05-25 Thread Lex

Hi,

I am working on a map navigation application in 1.5. Due to it's
recent release most tutorials I was using as a reference are out-of-
date and cannot be run without refactoring. The link for Google
Android Maps API

http://developer.android.com/reference/com/google/android/maps/package-summary.html

has been broken for a while now (and it's the first hit!). When can we
expect the link to work? Where else can we find the required API? It's
really inconvient when I want to look up something while developing...

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



[android-developers] Google Android Code Down

2008-10-23 Thread Nblufire12

hey guys

for the eclipse install,

the link is down

https://dl-ssl.google.com/android/eclipse/

i really need this ASAP

anything i can do?

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



[android-developers] Google Android Contact

2008-06-02 Thread bakercr

I'm working with a fellow student at Auburn University on Android.
Unfortunately, we've hit a snag in our work and need to get in touch
with a Google rep, but we can't seem to find any links (including on
Google's home page) to contact Google about Android. Is their anyone
here who can lead us in the right direction? 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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---