Re: [android-developers] Android Studio Emulator error regarding Intel HAXM

2016-01-13 Thread Krishna Mahadik
Hi Krystal, Before you can use Emulator, we should create it, go through link below: http://www.techotopia.com/index.php/Creating_an_Android_Virtual_Device_(AVD)_in_Android_Studio Regards, Krishna On Thu, Jan 14, 2016 at 6:16 AM, Krystal Balduc

Re: [android-developers] v7_appcompat error

2014-12-19 Thread Krishna Mahadik
Hi, There is small setting change that you need to make in your support package. 1. Right click v7\appcompat package, and go to properties. 2. Go to Android - Select API Level 21 ( Android 5.0). 3. Clean all solutions. 4. Done Regards, Krishna On Fri, Dec 19, 2014 at 4:54 PM, mkw

[android-developers] AutoCompleteTextView API for Global Search like Google

2014-10-07 Thread Krishna Mahadik
Hi Guys, Recently working with AutoCompleteTextView Android. I was able to develope program by binding hardcoded ArrayAdapter to AutoCompleteTextView. I wanted to know whether is there any api which one can use to get google search like results in AutoCompleteTextView of an Android app. Thanks,

Re: [android-developers] Re: Exception while parsing json response....

2014-05-14 Thread Krishna Mahadik
Hi Abhilash, Try encoding attachment_url in Base64. / might be causing problem. attachment_url: https://ldoapps.com/eams/web/uploads/sites/15251/4bd0c1fbcd29aa151db2850a52c81c8cbaabca2b/file_input.jpg Regards, Krishna On Wed, May 14, 2014 at 8:11 AM, Abhilash Baddam

Re: [android-developers] Activity Back Stack and OutOfMemoryError

2014-05-08 Thread Krishna Mahadik
Increase memory allocated to process bitmap. Chunk of code will be more helpful to understand what problem exactly you are facing. Regards, Krishna On 8 May 2014 20:21, Daniel Rindt daniel.ri...@gmail.com wrote: Hello, in the application we open a chooser for selecting photos. I got

Re: [android-developers] Re: Android how to manage the text size for different screen sizes.

2014-02-02 Thread Krishna Mahadik
You can use text appearance in xml - offers large, medium and small font size. On 2 Feb 2014 12:46, 12169 ashish.a...@gmail.com wrote: Hi, I am using unit sp for the text size . i have two devices both are 4.7 inch one has screen density hdpi and other one has screen density xhdpi . text

Re: [android-developers] Application crashes on Formatted Android Phone

2013-11-27 Thread Krishna Mahadik
treking...@gmail.com wrote: On Tue, Nov 26, 2013 at 7:28 AM, Krishna Mahadik krishna.maha...@gmail.com wrote: Can anyone enlighten me what could be the possible reason and how can i over come such a problem. Not with the amount of information your have provided. Get a log that shows

Re: [android-developers] Problem signing up for Google Play for Education

2013-11-27 Thread Krishna Mahadik
Try this link http://developer.android.com/distribute/googleplay/edu/contact.html On Wed, Nov 27, 2013 at 2:16 AM, Cliff Davies cliff.dav...@gmail.comwrote: My application was reviewed for Google Play for Education and had issues that needed to be addressed. I was instructed to visit

[android-developers] Application crashes on Formatted Android Phone

2013-11-26 Thread Krishna Mahadik
Hello Guys, I am facing awkward problem. Android Mobile Users who has formatted their handsets are not able to run my application. In rest of Android Mobiles the application is running just fine. Can anyone enlighten me what could be the possible reason and how can i over come such a problem.

Re: [android-developers] how to create button with one image background and one image inside and text

2013-10-02 Thread Krishna Mahadik
Hi, Extending Treking solution, You can use text view as button. Make a custom textview.Textview in android has click feature. Google for custom textview, you will infinite examples. Don't expect spoon feeding. Regards, Krishna. On 2 Oct 2013 22:36, Amit Mangal forum.amit.man...@gmail.com wrote:

[android-developers] ISO 8583 Implementation

2013-05-21 Thread Krishna Mahadik
Hi Guys, I am starting working on ISO 8583 messaging for mobile application payment transaction. I have found http://j8583.sourceforge.net/index.html , using j8583-1.7.0.jar My questions are : 1. Am I on right track ? 2. I am looking for an example or an article which will guide me to learn:

Re: [android-developers] Re: Compatibility mode issues on 4.x

2013-04-18 Thread Krishna Mahadik
Dear Friend, Just include following code in your manifest supports-screens android:largeScreens=true android:normalScreens=true android:smallScreens=true android:resizeable=true android:anyDensity=true / Thanks Regards, Krishna V. Mahadik On Thu, Apr 18, 2013 at 5:28

[android-developers] Samsung S2 Support For Dynamic Layout

2013-03-04 Thread Krishna Mahadik
Hello Guys, I have programmatically created a layout (on create) using Linear Layout and Table Layout. This layout appears on normal phones and tablets, but Samsung S2 does not support this layout, leading to crashing of application. Has anyone come across such problem, or anyone can enlighten

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2013-01-08 Thread Krishna Mahadik
Hi, Give me a days time. I am busy right now, will come back to see ur query ASAP. Thanks Regards, Spike On Fri, Dec 28, 2012 at 5:15 PM, ss04091...@gmail.com wrote: hi spike, As rajan post output of web service when returning dataset. Actual problem: I am creating a web service in net

[android-developers] Application Crash on Internet Connection Loss

2012-10-19 Thread Krishna Mahadik
Hi Guys, I am facing problem in handling exception. My application is an internet based application. The scenario is such that my application work fine when internet connection is alive. As, internet connection is lost, my application crashes. How can i stop my application from crashing. At

[android-developers] Ksoap Android to .Net web service Timeout

2012-10-09 Thread Krishna Mahadik
Hi guys, I am not able to handle exception generated by timeout. The application is crashing. Any idea or logic for the same. Thanks in advance.. Thanks Regards, Krishna V. Mahadik -- -- . \\\/// . /\ . | \\ // | . ( | (.)

[android-developers] Android - .Net Web Service Implementation

2012-09-30 Thread Krishna Mahadik
Hi Guys, I have been trying to implement Android - .Net Web Service logic in my application, but unfortunately I am not able to understand it. Can anyone please tell me how does it work and what are key notes for the same. Thanks Regards, Krishna V. Mahadik -- -- . \\\/// .

[android-developers] .Net to Android GCM Logic

2012-09-10 Thread Krishna Mahadik
Hi Guys, Can anyone please help me understand the flow and logic of GCM, as in, pushing update from .net web service to android phone for an application. Thanks Regards, Krishna V. Mahadik -- -- . \\\/// . /\ . | \\ // | . ( |

Re: [android-developers] Re: get the text in edit text on button click

2012-08-27 Thread Krishna Mahadik
Check if your EditText id is correct. Code is correct. On Mon, Aug 27, 2012 at 12:02 PM, vinay kumar vk872...@gmail.com wrote: Hi vikas, I don't see any issue in your code, may I know what problem you are facing with? On Mon, Aug 27, 2012 at 11:55 AM, karuna vikas

[android-developers] Advertisement in Android application

2012-08-21 Thread Krishna Mahadik
Hi Guys, I want to put advertisement space in an Android application. I don't budget for buying any licencing. Any leads for the same. Thanks Regards, Krishna V. Mahadik -- -- . \\\/// . /\ . | \\ // | . ( | (.) (.) |)

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2012-08-17 Thread Krishna Mahadik
this code. Thank you for reply. On Thu, Aug 16, 2012 at 10:30 PM, Krishna Mahadik krishna.maha...@gmail.com wrote: Hi Rajan, If your are looking for hitting .net web service from android application, you need to use an external jar file KSOAP2 at Android end. public void onCreate

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2012-08-16 Thread Krishna Mahadik
Hi Rajan, If your are looking for hitting .net web service from android application, you need to use an external jar file KSOAP2 at Android end. public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.login);

[android-developers] Dynamic creation of table and showing it on dialog box

2012-08-08 Thread Krishna Mahadik
Hi People, I am want to generate a table dynamically at runtime and show it in a dialog box. Help and guidance needed. Thanks Regards, Krishna V. Mahadik -- -- . \\\/// . /\ . | \\ // | . ( | (.) (.) |)

Re: [android-developers] Re: problem in SOAP - asmx web service

2012-08-08 Thread Krishna Mahadik
Hi, Is the web service link up. I m getting following error. Is your web service properly hosted on web. The test form is only available for requests from the local machine. and instead of private static String URL = http://pro.bookadspace.com/**