[android-developers] Require help to root Samsung E SM-T560

2016-01-21 Thread mayank k varshney
Hi Guys, I need an urgent help to root Samsung E SM-T560. As right now no rooted binary is available at anylink. Any steps to root manually will help a lot. Thanks in advance. Regards, Mayank -- You received this message because you are subscribed to the Google Groups "Android Developers"

Re: [android-developers] Re: Sending image from server to app

2015-12-14 Thread mayank k varshney
Json will comtson the urls of images On 15 Dec 2015 05:08, "sardar khan" <sardar.khan...@gmail.com> wrote: > i want to show the image from json response to my app > > On Mon, Dec 14, 2015 at 6:58 PM, mayank k varshney < > mayank.be@gmail.com> wrote: > >

Re: [android-developers] Re: Sending image from server to app

2015-12-14 Thread mayank k varshney
Tell me the problem. I don't have old treads On Mon, Dec 14, 2015 at 7:26 PM, sardar khan wrote: > I am also searching for this solution can any one help us ..?? > > On Mon, Dec 14, 2015 at 6:46 PM, sreerag marar > wrote: > >> Hi Wolfgang,

Re: [android-developers] Aam Aadmi Party #IFundHonestParty Challenge

2015-01-16 Thread mayank k varshney
Hi Sandeep, I am impressed with your candidate of CM but AS I HOPE he need a management guru how to speak in public. So it is very hard for him to stand in front of Kiran Bedi now. He hit a golden opportunity to change the history of so called Indian politics. So don't loop we again in such type

Re: [android-developers] Re: Save Html file Data

2014-09-19 Thread mayank k varshney
bass the db object to your html through JS. Save the data when your web view activity destroyed and reload it once it comes on the foreground. Email Signature2 Want to know when your emails are opened? Click Here

Re: [android-developers] establishing networks

2012-06-12 Thread mayank k varshney
In Akash check of NFC and you can build some thing On Tue, Jun 12, 2012 at 6:43 PM, Kristopher Micinski krismicin...@gmail.com wrote: So what you're saying is that there won't be any way to connect them, but you want to connect them? Unless you intend to use Bluetooth... good luck with

Re: [android-developers] Cannot identify widget.

2011-07-19 Thread mayank k varshney
check for alert On Wed, Jul 20, 2011 at 9:54 AM, Rex Vijayan avial.rexvija...@gmail.comwrote: I have searched for a dialog, but there is no dialog in the entire file, relating to this issue. This happened when I added a notification dialog in the ConversationList.java under Messaging app.

Re: [android-developers] How to get phone's flip state?

2011-07-18 Thread mayank k varshney
check onConfiguration change of activity may be this is the answer of ur question On Mon, Jul 18, 2011 at 2:05 PM, babycoo...@hotmail.com babycoo...@hotmail.com wrote: Hi, in my application, I want to get phone's flip state. i.e. Closed or Opened. How can I do that? Thanks. Qin. -- You

Re: [android-developers] Display on Screen

2011-07-15 Thread mayank k varshney
use sql lite to save data check for Databasehelper and sqllite data base classes of android and use list view to display the data on UI search for tutorials of sql lite and list view On Fri, Jul 15, 2011 at 5:41 PM, kirti waykole kirti.carr...@gmail.comwrote: hello all, I am new in android .

Re: [android-developers] Lock screen

2011-07-13 Thread mayank k varshney
yes it is possible check Power manager class On Tue, Jul 12, 2011 at 9:55 AM, yoav bbb yoav...@gmail.com wrote: Hello, Is it possible to change the default lock screen and use one of my own? with another way to unlock it? Yoav -- You received this message because you are subscribed to

Re: [android-developers] GOOGLE API (8) for Android 2.2

2011-07-13 Thread mayank k varshney
make the update from eclipse: eclipse-windows tab-android sdk and avd manager0-install packages- update all help-install new software-adt - https://dl-ssl.google.com/android/eclipse/-check for developer tools- next and u will get all the further steps On Tue, Jul 12, 2011 at 8:40 AM, newbie_dev

Re: [android-developers] help in android call logs

2011-05-05 Thread mayank k varshney
Import log and use Log.i(,); etc for debug and check on LogCat console. any other issue let me know 2011/5/5 आशुतोष हिन्दुस्तानी ashutosh.h...@gmail.com hi all, please tell me how can i get call history in android app -- Thanks Ashutosh Mohle Software Engineer CS-KNIT-2010 Praying

Re: [android-developers] Go back to previous screen programmatically

2010-05-19 Thread mayank k varshney
call finish method it will remove the current activity from the stack and u will get the previous one On Wed, May 19, 2010 at 9:35 PM, dillipk codersnet2...@gmail.com wrote: Hi, How do I go to previous screen manually .. say 'on button click'? Its similar to imitate the BACK button click.