HI, can i print document from android device ? May be there is Action
or 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 ema
On Nov 16, 5:58 pm, Mark Murphy wrote:
> So, you added 1.5MB of space with 12 languages. That's around 100KB
> apiece. Since this stuff should be compressed in the APK, that's
> probably close to 1MB of strings per language.
>
> Hence, the solution would appear to be: make a less wordy app... :-)
Thanks for your answer.
I guess I was unlucky with my search terms because I did spent time a few
hours googleing but did not find anything. If you have the SO links I'd
appreciate it :)
Also if anybody from the Android tools team reads this, it would be a good
idea to put a warning about this o
> 2) Download additional resources
> - The apk contains only enough translations to instruct users to
> download full language packages of their choice.
> - The language packages downloaded onto the SD card (simple xml files)
> - The app loads the xml file and creates its own table of resource
> st
Yep it is good article but I want something deffer menu I have created the
menu.xml under manu in my project what I want to know how can I call the
menu.xml page in my main.xml page
On Thu, Nov 17, 2011 at 1:59 PM, Ratheesh Valamchuzhy
wrote:
> see this link.
> http://www.codepro
On Thu, Nov 17, 2011 at 5:37 PM, BoD wrote:
> Thanks for your answer.
> I guess I was unlucky with my search terms because I did spent time a few
> hours googleing but did not find anything. If you have the SO links I'd
> appreciate it :)
Here's one:
http://stackoverflow.com/questions/8115111/tr
Can you please go into a little more detail about what you're trying to
achieve and what research you have done already?
If you're trying to develop your own application, then I assume you've
already done a search for similar topics. If you're simply looking to set
up such and environment (and
hello everyone,
i'am working on a project in which i need to be able to change the
phone mode to silence or vibration or normal sound.
i could not find any information about this ,can anyone help me, with
a tutorial or something ??
--
You received this message because you are subscribed to the
On 16 November 2011 17:40, New Developer wrote:
> Thanks Daniel
>
> Iam trying to call it every 5ms But I would settle for as fast as possible.
Um... I don't think you have a choice, unless you can settle for impossible.
Why do you need 200fps?
> I have tried so somehow buffer, thus trying to
On 16 November 2011 11:21, ron simon wrote:
> Hi Dev. Team,
> I want to create a spectral analyser but I'am new in this field . For
> writing a content from a music file in an array I used this
>
> try {
> File file = new File(mFileName,
> array_spinner[Getposition()]);
>
Dear All :
I am a new learner of Android. My cell phone is android 2.1. I
want to communicate with other computer(windows xp) through rs232. Is
there any sample code? Thanks.
BR,
Mark
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To
Hello All,
We need to modify some XML files in framework-res.apk. We have a rooted
device. Has anyone done this before successfully?
How much effort is it to download full source of Android and compiling it
(Android Froyo).
Any advice will be great.
Thanks
--
You received this message becau
I also need a solution for checking whether c2dm token was expired or
not. Please share an information if you find a solution
On Nov 16, 5:41 pm, sushil jindal
wrote:
> I have the c2dm token its working properly . i am getting the
> notification from server but some it miss the notification or th
mark2011 wrote:
>
>I am a new learner of Android. My cell phone is android 2.1. I
> want to communicate with other computer(windows xp) through rs232 [sic].
> Is
> there any sample code? Thanks.
>
I haven't seen any, nor am I aware of any Android devices with an RS-232
port.
That said,
I think your best bet is to use Bluetooth to talk to a cheap Bluetooth-
to-serial converter module.
--
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
hi,
when i use H264 encoder for MediaRecorder in my phone, the app crashes.
so what i want to know is:
1、is there a function which i can use to get the list of supported
video encoders in a phone?
2、if i use the supported encoders,how can i catch the errors to avoid
the app crash.
t
This list is for developing applications with the Android SDK. For
questions about the firmware, visit http://source.android.com.
On Wed, Nov 16, 2011 at 11:16 PM, Saurabh Patel wrote:
> Hi all
> My Question is this
> How can i change Android Default Home screen Code and Replace my Customize
> Ho
You compile it as part of the firmware itself. It is not buildable as
a separate app. This is beyond the scope of this list. For questions
about the firmware, please visit http://source.android.com.
On Thu, Nov 17, 2011 at 1:48 AM, Saurabh Patel wrote:
> Hi
>
> I have just donwload the source cod
Step #1: Visit http://source.android.com
Step #2: Click on the Community tab
Step #3: Find a Google Group relevant to your question, as this list
is for developing applications with the Android SDK only
Step #4: Ask your questions on that group
On Thu, Nov 17, 2011 at 6:00 AM, Ash wrote:
> Hel
On Thu, Nov 17, 2011 at 12:41 AM, Kim wrote:
> I do see that the Fire reports back about 165 dpi, x and y, vs about
> 169 from the Tab. Are they just on either side of the border of Large
> and Medium?
Device manufacturers choose what size and density bucket they go in.
This is especially true fo
It should be (II) you don't need the semicolon in this instance
On Nov 15, 6:39 pm, Peter Staab wrote:
> Hello,
>
> I am getting the following error:
>
> >11-15 19:31:57.898: D/dalvikvm(5046): GetMethodID: method not found:
> >;.createBitmapRGBA:(I;I)Landroid/graphics/Bitmap;
>
> with this code:
Thank you for your input
I'm not needing 200fps, in fact the purpose is to go from 30fps on
down to 5fps
I'm trying to get a video player that will play at normal speed and then
slow down to around 10x slower
frames.incrementProgressBy(300-(playSpeed*30)); // 327-(playSpeed*30));
frames
i want to assign a task for copy a file to receiver class. how to
handle that cases in android.receiver class is able to generate
message but not copying the file . how to handle that cases.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
> Of course there are extra complications. For instance, you can't then
> refer to string IDs in standard XML layouts item like TextView and
> Button. I guess you could define MyTextView and use your internal
> lookup in the derived class. And you have to replace e.g. all
> getString() etc calls in
On Thu, Nov 17, 2011 at 6:01 AM, ecspertiza wrote:
> HI, can i print document from android device ? May be there is Action
> or SDK ?
Unfortunately there is no official "print" action. Some printing
applications answer to the "share" and/or "view" action, but this is
just a workaround.
--
"The
imho this could be a new business.
On Nov 17, 8:56 am, Lew wrote:
> On Wednesday, November 16, 2011 11:39:56 AM UTC-8, sblantipodi wrote:
>
> > Hi google,
> > I received this email from a well known contact that I can give you
> > via
> > PVT if you are interested in it.
>
> > ---
> >
Dear Android Experts,
I want to get Contact id from the call log id if the number is saved in
the android device.
*For Call Log I am using the following cursor.*
String[] strFields = {
android.provider.CallLog.Calls.NUMBER,
android.provider.CallLog.Calls.TYPE,
Why not communicate with Windows via USB? Or WiFi? Or TCP/IP?
Wish to hear about communicating with windows via USB, with a windows
program I mean (sockets ?).
Thanks for any tips.
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
--
You received this message be
Hi,
I have ClassA, declared in library project ProjA, and ClassB, declared
in project ProjB. ProjB references ProjA as a library, therefore ADT
creates a ProjA_src link at the root folder of ProjB. This link can
*not* be included in the Java build path, otherwise the build fails
due to classes bei
Thanks, i find this
http://www.slideshare.net/wolfpaulus/android-print-intent-8431140
may by that help me :)
On Nov 17, 3:42 pm, "Carlos A. M. dos Santos"
wrote:
> On Thu, Nov 17, 2011 at 6:01 AM, ecspertiza wrote:
> > HI, can i print document from android device ? May be there is Action
> > or
Thanks Zsolt, you are right.
I built a test version that throws an NPE in
prepareCongratulationsDialog() and the stack trace still showed 860
not the line of code throwing the NPE.
I just don't understand why setting all these attributes like
-keepattributes
InnerClasses,EnclosingMethod,SourceFil
On Thu, Nov 17, 2011 at 2:59 AM, Thusitha Fernando wrote:
> Yep it is good article but I want something deffer menu I have created the
> menu.xml under manu in my project what I want to know how can I call the
> menu.xml page in my main.xml page
Please RTFM: http://developer.android.com/referen
On 17 November 2011 12:25, New Developer wrote:
> Thank you for your input
> I'm not needing 200fps, in fact the purpose is to go from 30fps on down to
> 5fps
> I'm trying to get a video player that will play at normal speed and then
> slow down to around 10x slower
Have a look at this thread:
On 17 November 2011 14:05, Daniel Drozdzewski
wrote:
> On 17 November 2011 12:25, New Developer wrote:
>> Thank you for your input
>> I'm not needing 200fps, in fact the purpose is to go from 30fps on down to
>> 5fps
>> I'm trying to get a video player that will play at normal speed and then
>>
On Thu, Nov 17, 2011 at 11:29 AM, ecspertiza wrote:
> Thanks, i find this
> http://www.slideshare.net/wolfpaulus/android-print-intent-8431140
> may by that help me :)
Be warned that HP does not officially support that API. It can change
or even disappear in the future.
DISCLAIMER: I'm *not* spe
Please reply me ,
public void onReceive(Context context, Intent intent) { //
TODO Auto-generated method stub if
(intent.getAction().equalsIgnoreCase(
"android.intent.action.UMS_CONNECTED")) {
serviceFlag=true; TextView textView = new
TextView
Actually Thanks
I was wondering how to find that discussion,
As If I can get media player working I would need the sine wave idea you
introduced me to.
Right now mediaplayer is playing (I hear audio) but the screen is black
Thanks
On 11/17/2011 09:09 AM, Daniel Drozdzewski wrote:
On 17 Nove
Again I'm stuck with the err -19 message
Here I'm trying the media player
My layout has
android:layout_height="699px"
android:background="#00"android:id="@+id/image" >
android:layout_height="600px"
android:background="#FF00" android:id="@+id/video"
Thanks Mark.
Further investigation is showing me that the Fire returns a densiy
(and scaledDensity) of 1.0 vs 1.5 for the Tab.Changing the ppi on the
simulator down to 164 from 169 gives the result that I am seeing on
the Fire, so it looks like Amazon is not doing anything wrong (other
than telling
On Thu, Nov 17, 2011 at 2:27 AM, Zsolt Vasvari wrote:
> Am I looking at this right? Is there no way of getting notified when
> the user turns on their data? Or is ACTION_AIRPLANE_MODE_CHANGED
> supposed to be used for this?
>
>
> You can use android.telephony.TelephonyManager class and register
To All
I can remove the error message
IF , I remove the android:hardwareAccelerated="true" from the
Manifest file
But I need this for other aspects
I still have an audio sound track and a blank picture
any thoughts ?
Thanks again
On 11/17/2011 10:28 AM, New Developer wrote:
Again I'm
I have an application that requires the user to login into their
account, and each account has it's own database. I want to know what's
the best way to clear a database when the user log's out of their
account?
I've tried context.deleteDatabase() but I have a problem where when
the user re-login i
On Thu, Nov 17, 2011 at 10:44 AM, Kim wrote:
> I am using dp's or dip's everywhere and unless I am totally confused,
> this is one case where using dp's is worse than using px's, because
> the Tab is multiplying my dp's by 1.5 and the Fire is not, but they
> are the same size screen with less than
Thanks again Mark.
I agree, but the AVD, set up at the Tab's 169 density, also comes back
as high density, so the Tab seems to be consistent with Google's
guidelines (if the AVD is, that is).
I'll look into your suggestion.
Currently, I am not familiar with using wrap_content or
Android:layout_wid
tx a lot,
i will try all feedback and if any problem i post in this thread
again..tx again
Regards,
Premal Panchal
On Nov 14, 6:27 pm, Resh wrote:
> hi,
>
> You need to refer ContactsContract API's ,that help you to read data
> from RawContacts,Contacts and Data table where all the necessary da
On Thu, Nov 17, 2011 at 12:50 PM, Kim wrote:
> Currently, I am not familiar with using wrap_content or
> Android:layout_width. Do you cover them in any of your books?
Yes, though you'll see them used in lots and lots of examples,
particularly wrap_content:
http://developer.android.com/guide/topi
Maybe here?
http://developer.android.com/reference/android/media/AudioManager.html
On 11/17/2011 11:41 AM, kaoutar ben ahmed wrote:
hello everyone,
i'am working on a project in which i need to be able to change the
phone mode to silence or vibration or normal sound.
i could not find any info
Hi,
When i am connecting my phone to any handsfree device , the Voice is
not coming to the hands free device, when call is accepted using
handset/hands free.
The headset was paired and connected to the handset. Then accepted a
call. The voise was not coming in headset.
When i extracted the airlog
Hello,
I'm having an issue that whenever there is a webkit animation (i.e.
translate3d) running in a web page in an Android device (2.2 or 2.3),
all of the images in the page look pixelated. I've read that the
reason for this is that the device goes into low-quality display mode
the moment it dete
Can somebody tell me how to a png file to a PaletteTexture? I did lots
of research and found glCompressedTexImage2D, but it seems all the
example shows how to generate the palette texture from some hard code
numbers, not from a image file. Can someone show me a code snippet or
a reference? Great ap
Tell me how to access Ip camera to real time streaming...
thankx
--
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
HI ALL
I want a slidingdrawer which can be opened partially when user drags
and also i can programmatically open the drawer to the extent which i
want.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to an
I have read the source of IceCream downloaded from Google about DRM
Framework - new feature (libdrmframework).
as result I think IceCream is supporting OMA DRM, WM-DRM and Widevine
DRM in Framework.
but I am not sure I need to do something to use DRM Framework for OMA
DRM 1.0/WM-DRM/Widevine.
any
hi,
I am trying to establish a socket connection between laptop server and
android client phone.
I am able to establish the connection, send data to server but not
able to recieve data from server.though server side is working
f9...
server side coding is in C#.
I am using TCP protocol to
Hi Guys,
I have a strange problem with respect to Image cropping. I am calling
a PICK_FROM_CAMERA intend to make use of Cropping. I had tried with 2
approaches.
Approach 1:
After taking a pick, it launches the cropping activity with a
Rectangle box. When i try to crop at particular area, The Who
I need to write an application that can derive other(target)
application's package name and signatures out of [process id of
running instance of target application] for some dianostic features.
I've skimmed through the android app framework, and found that
PackageManger has the ability to get pack
i am planning to create an application dat takes a pic of handwritten
image which will be mathematical equation like 3+4 or sum
multiplication and it will process the equation and give me a output
like a pic of 3+4 would return 7. can any1 guide and help me how to
start and go about with creating t
How to link a web page through a button.
--
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...@g
I'm student. I want to publish my android app on android market but i
don't have credit card. can i use virtual credit card (VCC) or my
father's credit card for registration on android market?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
Hello,
I have a simple web app that consists of a circle moving around. When
I do a swipe, the app freezes and the circle stops moving, and I have
to do another swipe/tap to set it in motion again. This only happens
in Andoid 2.2 devices (2.3 works OK). Does anyone know why this
happens? How can I
hello im using eclipse and i'm making an android application.
can anyone tell me how to link the various pages in an application?
and suggest me how to store data?? have tried many coding available on
the net but all in vain.
can any project can have more than one main class??
--
You received thi
Can somebody tell me how to a png file to a PaletteTexture? I did lots
of research and found glCompressedTexImage2D, but it seems all the
example shows how to generate the palette texture from some hard code
numbers, not from a image file. Can someone show me a code snippet or
a reference? Great ap
Hallo,
I want to use the camera preview for image recognition. For my
purposes, I need the preview resolution to be as high as possible
(and, at the same time, display the preview to the user).
I created a Preview class, extending SurfaceView and set the
PreviewSize to 1280x720. I added a Preview
I need to create an app for android to control calls from the cellular
company.
My question is as follows:
As the android know that the call has ended.
If I need to put in a variable the number of the phone call, how to
access the number?
Thanks
--
You received this message because you are subs
Hi, all:
I'm confused with what browser website settings for?
In Android 2.2.1 User's Guide, it says "websites settings opens a
screen where you can view advanced settings for particular website'.
But it doesn't make clear what kind of advanced settings. I've found
location access setting is one of
Hello all,
I am developing an application. There is also a option to send a text
message within the application and I was wondering if, while testing
it is possible to see the exact sms-message the application sends.
Because when I use the send_sms permission the message is not in my
outbox of cou
Thanks, Mike. a csv file should work fine for my purpose.
On Nov 15, 6:23 pm, mellery451 wrote:
> well, you're not going to be able to (easily) read Excel files on
> android (xls, or whatever they are called these days), but csv will
> probably work - perhaps that's what you were thinking of anyh
Of course. Sorry, my brain went dead. Let me look back at my XML
files.
On Nov 17, 11:07 am, Mark Murphy wrote:
> On Thu, Nov 17, 2011 at 12:50 PM, Kim wrote:
> > Currently, I am not familiar with using wrap_content or
> > Android:layout_width. Do you cover them in any of your books?
>
> Yes, th
If you are using the emulator, there is a special ip address you can
use to reference your localhost/machine : 10.0.0.2, you can try
changing that and see if that works.
Normally what I try to do is on the emulator/device I would just try
calling the servlet from the built in browser and see if I
Thanks, Paco.
On Nov 16, 3:07 am, Paco Abato wrote:
> Can't you use Apache POI?http://poi.apache.org/
>
>
>
> On Wed, Nov 16, 2011 at 01:23, mellery451 wrote:
> > well, you're not going to be able to (easily) read Excel files on
> > android (xls, or whatever they are called these days), but csv
I'm assuming this is the original Tab? If so, there was some consternation
when it was released because Samsung configured it as HDPI even though its
true pixel density (169 DPI) is well within the MDPI range. It's basically
an outlier in the 7" tablet space, and makes life difficult for virtual
+1. This is really annoying me as well.
--
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...@go
Hi
I want to build a listpreference
- Text with Checkbox
- ArrayList to hold an object (that
object will have 2 properties text and boolean value they will be set in
the list)
- Whe
Jhj
On Nov 16, 2011 8:20 PM, "mot12" wrote:
> My app was about 1.5M, after adding 12 languages I am now looking at
> 3M because of the multiple string.xml files in the resources. Yes,
> they are big but it only became a problem after adding all these
> languages. And I want to add more languages.
Hi,
I am trying to by-pass the default camera viewfinder and making an
application which will give the Surfaceview some continuous jpeg frames
(instead of getting it from Camera view finder)., but I have realized its
quiet a gigantic task and I have to modify the files in the
framework/core/jni(nat
On Nov 16, 9:54 pm, Akshat Sharma
wrote:
> hello im using eclipse and i'm making an android application.
> can anyone tell me how to link the various pages in an application?
> and suggest me how to store data?? have tried many coding available on
> the net but all in vain.
> can any project can h
Is it possible to check if Auto-rotate screen is aloved?
--
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
Currently, Android Market doesn't support In-App subscription.
Let's say you have a magazine, and want to by a subscription that will
debt 9.99 every month until the user quits or the contract expires.
Currently, this isn't possible using Android Market.
The problem is, I was researching about us
On Thu, Nov 17, 2011 at 1:55 PM, hoyski wrote:
> Buy and read Mark Murphy's "Beginning Android 3".
>
=> Read the goddamn documentation.
> The come back with specific questions.
>
Fixed.
-
TreKing
On Thu, Nov 17, 2011 at 2:59 PM, Paulo Cesar wrote:
> Currently, Android Market doesn't support In-App subscription.
>
> Let's say you have a magazine, and want to by a subscription that will
> debt 9.99 every month until the user quits or the contract expires.
> Currently, this isn't possible usi
On Wed, Nov 16, 2011 at 11:50 PM, aentgood wrote:
> So is there any command to see the exact data that has been sent? Or
> is there anywhere a database in which all the sent data is stored?
Not that I am aware of, sorry.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/
When the button is clicked (e.g., android:onClick attribute), call
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url))); where
url is the URL you want to link to.
On Thu, Nov 17, 2011 at 2:09 AM, vedika nimje wrote:
> How to link a web page through a button.
>
> --
> You received this me
On Nov 17, 11:30 pm, Kristopher Micinski
wrote:
> On Thu, Nov 17, 2011 at 2:59 PM, Paulo Cesar wrote:
> > Currently, Android Market doesn't support In-App subscription.
>
> > Let's say you have a magazine, and want to by a subscription that will
> > debt 9.99 every month until the user quits or
On Nov 17, 10:56 pm, viktor wrote:
> Is it possible to check if Auto-rotate screen is aloved?
--
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 th
On Nov 17, 10:26 pm, "s.rawat" wrote:
> Hi,
> I am trying to by-pass the default camera viewfinder and making an
> application which will give the Surfaceview some continuous jpeg frames
> (instead of getting it from Camera view finder)., but I have realized its
> quiet a gigantic task and I hav
On Nov 17, 10:12 pm, Siva Prakash wrote:
> Hi
>
> I want to build a listpreference
>
> - Text with Checkbox
>
> - ArrayList to hold an object (that
> object will have 2 properties text and boolean value they will be set
On Nov 17, 12:14 pm, Beatirce wrote:
> Hi, all:
> I'm confused with what browser website settings for?
> In Android 2.2.1 User's Guide, it says "websites settings opens a
> screen where you can view advanced settings for particular website'.
> But it doesn't make clear what kind of advanced sett
On Nov 17, 6:15 am, jj wrote:
> I need to write an application that can derive other(target)
> application's package name and signatures out of [process id of
> running instance of target application] for some dianostic features.
>
> I've skimmed through the android app framework, and found that
On Nov 17, 3:27 am, naugem wrote:
> Hello,
>
> I have a simple web app that consists of a circle moving around. When
> I do a swipe, the app freezes and the circle stops moving, and I have
> to do another swipe/tap to set it in motion again. This only happens
> in Andoid 2.2 devices (2.3 works O
On Nov 17, 3:27 am, naugem wrote:
> Hello,
>
> I have a simple web app that consists of a circle moving around. When
> I do a swipe, the app freezes and the circle stops moving, and I have
> to do another swipe/tap to set it in motion again. This only happens
> in Andoid 2.2 devices (2.3 works O
On Nov 17, 3:27 am, naugem wrote:
> Hello,
>
> I have a simple web app that consists of a circle moving around. When
> I do a swipe, the app freezes and the circle stops moving, and I have
> to do another swipe/tap to set it in motion again. This only happens
> in Andoid 2.2 devices (2.3 works O
On Nov 17, 3:27 am, naugem wrote:
> Hello,
>
> I have a simple web app that consists of a circle moving around. When
> I do a swipe, the app freezes and the circle stops moving, and I have
> to do another swipe/tap to set it in motion again. This only happens
> in Andoid 2.2 devices (2.3 works O
On Nov 17, 9:43 am, arshi wrote:
> I'm student. I want to publish my android app on android market but i
> don't have credit card. can i use virtual credit card (VCC) or my
> father's credit card for registration on android market?
--
You received this message because you are subscribed to the
On Nov 17, 3:27 am, naugem wrote:
> Hello,
>
> I have a simple web app that consists of a circle moving around. When
> I do a swipe, the app freezes and the circle stops moving, and I have
> to do another swipe/tap to set it in motion again. This only happens
> in Andoid 2.2 devices (2.3 works O
On Nov 18, 12:19 am, radin wrote:
> On Nov 17, 3:27 am, naugem wrote:
>
>
>
> > Hello,
>
> > I have a simple web app that consists of a circle moving around. When
> > I do a swipe, the app freezes and the circle stops moving, and I have
> > to do another swipe/tap to set it in motion again. Thi
On Nov 18, 12:19 am, radin wrote:
> On Nov 17, 3:27 am, naugem wrote:
>
>
>
> > Hello,
>
> > I have a simple web app that consists of a circle moving around. When
> > I do a swipe, the app freezes and the circle stops moving, and I have
> > to do another swipe/tap to set it in motion again. Thi
On Nov 18, 12:19 am, radin wrote:
> On Nov 17, 3:27 am, naugem wrote:
>
>
>
> > Hello,
>
> > I have a simple web app that consists of a circle moving around. When
> > I do a swipe, the app freezes and the circle stops moving, and I have
> > to do another swipe/tap to set it in motion again. Thi
On Nov 18, 12:20 am, radin wrote:
> On Nov 17, 3:27 am, naugem wrote:
>
>
>
> > Hello,
>
> > I have a simple web app that consists of a circle moving around. When
> > I do a swipe, the app freezes and the circle stops moving, and I have
> > to do another swipe/tap to set it in motion again. Thi
I was thinking of implementing a coupon based system for my app so I could
offer some copies of the full version to some people. I found blog article
which provided the server code (to install on Google AppEngine) and the
client code to use on the app. I looked at the source code and realized th
On Thu, Nov 17, 2011 at 4:50 PM, Ricardo Amaral
wrote:
> I was thinking of implementing a coupon based system for my app so I could
> offer some copies of the full version to some people. I found blog article
> which provided the server code (to install on Google AppEngine) and the
> client code t
1 - 100 of 130 matches
Mail list logo