Re: [android-developers] Encrypting integer to integer

2014-04-11 Thread nikhilesh
Thanks a ton Nikolay. Conversion of byte to int was the cause of issue. Thanks a lot.. :) On Friday, April 11, 2014 10:56:14 AM UTC+5:30, Nikolay Elenkov wrote: On Fri, Apr 11, 2014 at 2:15 PM, Nikolay Elenkov nikolay...@gmail.com javascript: wrote: On Fri, Apr 11, 2014 at 1:49 PM,

[android-developers] How to get more reviews/comments when my app runs mainly in background?

2014-04-11 Thread Fabien Demangeat
Hi all, I am working on an application which mainly runs in background (runs services, feed an native Android provider). The user interface we present to the user is mainly for a configuration purpose, but once the user is done with it, he usually doesn't reopen the application as everything

[android-developers] Table layout animation

2014-04-11 Thread ANKUR GOEL
Hi All , need help in animation in table layout in which i have 2 row and both have 3 buttons something like 2 rows and 3 columns now what i want is to animate 1st row elements from top 00 element from top left corner 01 element from top centre 02 element form top right 2nd row elemnet 10

[android-developers] Android how to draw a circle ring as shown in the image.

2014-04-11 Thread 12169
Android how to make a circle ring as shown in the image. it show the progress of download process. any help how to make this circle -- 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] is there a way to get the prefrences file from one app to read the prefrences file of another app from the same developer.

2014-04-11 Thread firebreather
*is there a way to get the prefrences file from one app to read the prefrences file of another app from the same developer.* i run a free game app and a paid game app and would like to be able to transfer character info from the free game to the paid game for the one percent or so of free game

[android-developers] tutorial on unlocking app content through google play

2014-04-11 Thread firebreather
is there a tutorial anywhere on locking app content through a google play purchase, such as a dungeon app where you let the player play the first level for free then they can buy a key to unlock the rest of the game. -- You received this message because you are subscribed to the Google Groups

[android-developers] Choreographer regularly skipping frames during OpenGL Render

2014-04-11 Thread Dave Smith
Hello all - I am working on an application that is using Choreographer and OpenGL to render flash patterns on the display. Our GL calls are quite simple, simply toggling the display back and forth between white and black using glClearColor() based on the frame time and status of the pattern