[android-developers] Re: Webviews and affiliate spam policy

2016-12-26 Thread Sal LO
on you tube On Monday, March 28, 2016 at 1:38:07 PM UTC+2, Антон Елистратов wrote: > > Hello, I publish alfa version of my app and received next message: > > > Hi Developers at Applodis, >> After review, Lucky Money, com.applodis.lm, has been suspended and >> removed from

[android-developers] acc free

2016-12-26 Thread Sal LO
a https://goo.gl/Hioqtz -- 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 thi

[android-developers] Re: SQLite vs.File Based Storage for Battery Performance with Consistent Read/Write Operations.

2016-12-24 Thread Sal LO
https://goo.gl/Hioqtz -- 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] Re: Meta: Changes to new-user moderation policy

2016-12-24 Thread Sal LO
https://goo.gl/Hioqtz On Tuesday, December 1, 2015 at 1:28:00 AM UTC+2, Trevor Johns wrote: > > *As of today, new members to this group are able to post immediately, > without being subject to moderator approval.* > > Previously, posts from new members to this group would be held for > moderatio

[android-developers] Re: An app developer is asking for my login credentials...

2012-09-30 Thread Sal Colascione III
> without giving them the keys to the kingdom. I also suggest that you do the > final compiling, signing and uploading of the app yourself. Doing so will > ensure you won't lose control to the app. > > -John Coryat > > On Wednesday, September 26, 2012 10:51:15

Re: [android-developers] An app developer is asking for my login credentials...

2012-09-30 Thread Sal Colascione III
Thank you very much! On Saturday, September 29, 2012 5:36:33 PM UTC-4, TreKing wrote: > > On Wed, Sep 26, 2012 at 10:51 AM, Sal Colascione III > > > wrote: > >> Wouldn't this also give them access to my Gmail, Adsense, Adwords, >> etcetera accounts? > >

[android-developers] An app developer is asking for my login credentials...

2012-09-29 Thread Sal Colascione III
Hi there, I have a company building an app for me and they're asking for the login credentials to my Google Play account. Wouldn't this also give them access to my Gmail, Adsense, Adwords, etcetera accounts? Or can Google Play have a separate login? Thanks in advance, Sal C

[android-developers] Re: Emulate long pression of keys

2012-06-28 Thread Sal Dekku
sed key. Thanks for your time, DeK On Friday, June 29, 2012 2:52:05 AM UTC+2, Lew wrote: > > Sal Dekku wrote: >> >> I've wrote some code to help me solve the problem, a little application to >> use as a testbed. Also, here's one of many test units I wrote to emula

[android-developers] Re: Emulate long pression of keys

2012-06-21 Thread Sal Dekku
Hello! I've wrote some code to help me solve the problem, a little application to use as a testbed. Also, here's one of many test units I wrote to emulate the long press. package com.nofatclips.keyevent.test; > > import com.nofatclips.keyevent.KeyEventsDumpActivity; > > import android.os.SystemCl

[android-developers] Emulate long pression of keys

2012-06-14 Thread Sal Dekku
Hello! I was wondering if it is possible to emulate the long pression of a device button via the Instrumentation during the execution of an Android Junit test (i.e. long pressing HOME to open the Recent Tasks or long pressing VOL DOWN in eBook readers to go down a page) I tried to play with the s

[android-developers] Re: JPEG Image has a map

2010-12-09 Thread sal
                      Rect dst = new Rect( top_left.x, bottom_right.y, > bottom_right.x,top_left.y ); > >                         // draw bitmap >                         canvas.drawBitmap( bmp, src, dst, null); >                         return true; >                 } >         } > >         @Overr

[android-developers] Re: JPEG Image has a map

2010-12-08 Thread sal
Sal On Dec 8, 6:04 am, ip332 wrote: > Sol, > No offense, but ability to debug the application (especially when you > have source code and debugging tools) is one of the most basic things > any programmer must have. > Yes, Android make "programming" looks like a pretty s

[android-developers] Re: JPEG Image has a map

2010-12-06 Thread sal
image" i tried doing it but i am getting NULL exception while using overlays rgds Sal On Dec 6, 6:46 am, ip332 wrote: > I used the Overlay class for this purpose. > Here is the main part of the MyOverlay::Draw() method: >         // convert bitmap's bounding box into pixels &g

[android-developers] make JPEG image as a google map

2010-12-06 Thread sal
Hi, I would like to know if there is anyway to make JPEG sketch of my building as google map so that i can use google map or earth API's to mark the required location on the map. its somewhat urgent regards Suhail -- You received this message because you are subscribed to the Google Groups "An

[android-developers] Re: make JPEG image has map

2010-11-24 Thread sal
time the location updates the cursor would > move on your map. > > On Nov 22, 1:34 pm, sal wrote: > > > > > > > > > Hi Kostya, > > > Thanks for ur concern. > > > I dont want precision and reliabilty, > > > I just want a source code of s

[android-developers] Re: make JPEG image has map

2010-11-22 Thread sal
Hi Kostya, Thanks for ur concern. I dont want precision and reliabilty, I just want a source code of sample application which lets me draw image has a map and allow me to mark the location on the map. pointer to sample source code would be appreciated rgds Sal On Nov 20, 3:24 pm, Kostya

[android-developers] Browser add on.

2009-08-13 Thread Sal DiStefano
I was looking for some info on creating a context menu to capture urls and send to a remote api. If anyone can direct or guide me, I would appreciate it. Sal --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "An

[android-developers] To Play .mp3 from host machine filesystem

2008-12-31 Thread sal
Hi All, Is there any procedure to play .mp3 file stored in a filesystem of host machine (windows XP) without getting into file system of emulator. I know its least useful scenario but i am just curious to know whaether MediaPlayer class supports it or not ? Thanks Sal

[android-developers] zipped android source code

2008-12-04 Thread sal
Hi All, Is there any location on Web where i can get a zipped version of android source code (though not fully , just a application part ). Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: unknown socket error -1

2008-12-02 Thread sal
, strazzere <[EMAIL PROTECTED]> wrote: > Sal, > > Just figured I'd post this here since it might become relevant for > you. If you come across the error: > > 12-01 18:27:52.175: WARN/System.err(764): > java.net.UnknownHostException: Host is unresolved:www.strazzere.com:

[android-developers] confusion in networking concepts of android

2008-12-02 Thread sal
Hi All, Can someone help in resolving networking concepts in android. I am trying to write simple client/server application on android where client and server are on 2 different host machines. i am trying to make server listen on some port e.g , but i cant see any port on host machine in lis

[android-developers] Problem with Serversocket

2008-12-02 Thread sal
But now i am encountering a new problem as follows i have created Serversocket as follows ServerSocket clientListenerSocket = new ServerSocket(); But i dont see port# being in listening state when i do "netstat -a" on windows XP machine.Strange part is that its not generating any e

[android-developers] Re: socket exception error

2008-12-02 Thread sal
Hi, Thanks for your concern, The problem with socketException got solved by putting INTERNET permission in manifest.xml file. But now i am encountering a new problem as follows i have created Serversocket as follows ServerSocket clientListenerSocket = new ServerSocket(); But i dont see

[android-developers] Re: unknown socket error -1

2008-12-02 Thread sal
er reasons for this particular problem. and what is the procedure to find free ports on Windows XP machine. Thanks On Dec 1, 7:58 pm, Huebi <[EMAIL PROTECTED]> wrote: > You need to add the INTERNET permission to your app in the Manifest. > That should solve the issue > > O

[android-developers] unknown socket error -1

2008-12-01 Thread sal
1. Can anyone point me to simple TCP client/server program on android ?? 2. Whenever i try to create socket with port and IPaddress i get IOException which points to a SocketException which gives a message "unknown socket error -1" , it would be nice if someone could tell the root cause for this