[android-developers] Android ListView Animation

2012-12-08 Thread Makrand
I am trying to add Animation for ListView I am using getView()to draw some views in list. all works fine. public View getView(int position, View convertView, ViewGroup parent) { } I am trying to add animation when user click on list cell then all list cells should slide left and new data

[android-developers] MathML in Android

2012-12-04 Thread Makrand
I am aware about Android webkit doesn't support MathML. but I am working on Maths related project and my client has send some thousands of MathML files. I have tried with MathJax it works but its Internet based and rending speed is very slow, it takes around 2 to 3 sec to render file, I also

[android-developers] How to access linked files by using AssetManager ?

2012-11-30 Thread Makrand
I have some bunch of Android projects that contains some common resources in Assets folder, So I have created one folder called Android Resources in workspace and copied all common resources in that, and I have linked all resources to Assets folder like this.

[android-developers] How to share resource folder independently in project ?

2012-11-20 Thread Makrand
I have one proper library project, it contais all resources and class files, this project contais all theme related images, I am sharing my library project for creating new Projects, all works fine. But when I want to change app theme related images, I need to update my library project

[android-developers] How to get device raw width and height or actual screen width and height ?

2012-11-19 Thread Makrand
I am trying to get the actual screen width and height of the Nexus 7 running on 4.2. I am doing some runtime calculations based on device width and height to resize buttons and some UI elements, so it will look proper in all devices. my code was working great in all SDKs 4.1 and below but not

Re: [android-developers] How to avoid resource overriding in Android ?

2012-11-08 Thread Makrand
string file. that contains project related values. In this case how to write code for pass by parameters ? any sample we will relay helpful. Thanks Makrand On Wednesday, November 7, 2012 9:34:54 PM UTC+5:30, casantos wrote: On Wed, Nov 7, 2012 at 10:20 AM, Makrand makra...@gmail.com

[android-developers] How to avoid resource overriding in Android ?

2012-11-07 Thread Makrand
I am working on Android Project, to avoid duplication of files I am using library project, but I have observed that library project is following overriding concept, First it will check resources files in Main Project if its not there then it will look in to library project. for eg. My show

[android-developers] android LicenseValidator : Signature verification failed

2011-12-12 Thread Makrand
I'm having a problem with the LVL in one app. We have around 10 Apps in that we are using License check, but today only one App is not working. Its showing Signature Verification Failed error. All 10 apps are using the same licensing library, apart from one app all are working perfectly fine. Not

[android-developers] how to embed html in email body ?

2010-02-26 Thread Makrand
Hello I am trying to send a email by using Intenet, and i am trying to add HTML page in email body, but in compose box its showing only HTML code, its not rendering. so how to add HTML in Email body. Here is my Java code Intent sendIntent = new Intent(Intent.ACTION_SEND);

[android-developers] How to set minimum value for SeekBar?

2009-06-13 Thread Makrand
Hello I am using SeekBar in my application, currently seek bar minimum value is zero, but as per application requirement seek bar value should not be zero. how to set minimum value for SeekBar. --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] how to create dynamic views

2009-05-19 Thread Makrand
Hello I am creating one quiz application, for question page i have created one view by using Linear layout in that i have added four TextAreas, first TextArea for question and reaming three are for answer cell. so now, when user select the answer cell i want to show next question screen for that

[android-developers] how display text and images in single view

2009-05-14 Thread Makrand
Hello currently I am developing a quiz application. the quiz pattern is one question and four answers. for answer cell i am using text area. and its working fine , but now i want to show some images in Answer cell. how i can do this ? can use different view ? which view able to show text as well

[android-developers] Re: how display text and images in single view

2009-05-14 Thread Makrand
Thanks for reply currently i am using relative layout to display four TextAreas as a answer cell but how to show images in answer cell ? is there any way to do this?. is there any view ? by using that i am able to display text as well as images in same time. On May 15, 7:59 am, Mark Murphy

[android-developers] which layout is good for Quiz application

2009-04-03 Thread Makrand
Hello I am a android beginner, now i am going to design a Quiz application for android I am very confuse about which layout i should use for Quiz. My requirement is when user touch the answer , the next question will appear on same screen and at the end of quiz the web view will be generated as a