Tagged Questions
0
votes
0answers
36 views
Screen size issue with 5-inch, 6-inch phones, wrong layout
My app works well with phones less than 5" and tablets greater than 7", but the gray area that is between 5" and 7" (phablets) makes problems. In my app, I programmatically check to see if the device ...
0
votes
0answers
15 views
Some videos causing android media player to crash
While testing an app that I was making to play videos in a loop from a playlist using the MediaPlayer, I found that one video caused my app to freeze. It didn't force close or anything just froze. ...
0
votes
0answers
65 views
Using a String to insert Formatted date
I am using a calendar example from http://droidwalk.blogspot.co.uk/2012/11/android-calendar-sample.html
This Calendar allows you to insert a reminder icon like so
items.add("2012-06-09");
This is ...
3
votes
2answers
63 views
Get one letter abbreviation of week day of a date in java
As far I know, in Java I can get weekdays in normal (Friday) or short mode (Fri). But, there is any way to obtain only first letter?
I thought I can get first letter using "substring", but it won't ...
0
votes
1answer
20 views
Customizing the format of my AutoComplete Drop Down
I am developing the Android version of an app and I am trying to replicate the design shown in this picture.
...
2
votes
2answers
47 views
Formatting Layout in Java using Eclipse
I'm trying to create an Android app whose home screen has three buttons. I'm using the program Eclipse and it automatically gives the buttons a horizontal linear layout. I'd like a vertical linear ...
0
votes
1answer
18 views
Format text with tags in AndEngine
AndEngine.
Is it possible to display the text of the edited tags html or others.
Such as the color of some words in the text.
2
votes
6answers
42 views
percentage symbol in strings.xml
Im trying to format a string from string.xml to reuse it with several Values. I'm running into some problems as the String should also contain the percentage-symbol which is used by the formatter. I ...
0
votes
2answers
56 views
How to change milliseconds to “yyyy-MM-dd'T'HH:mm:ssS” format? [duplicate]
I am getting time in milliseconds ("1369807669") format from JSON and i have to change that in "yyyy-MM-dd'T'HH:mm:ssS" format ... How can i do it??
I used this code but i am getting different time ...
0
votes
1answer
28 views
Android Call log date convertion
I have a call log backup from my Android mobile phone, and I'm trying to know the date & time of the calls.
The log says:
<HTCCALLOG>
new=1
numbertype=3
duration=28
number=PERSON'S PHONE ...
-1
votes
0answers
28 views
data starting at 0 is in unknown format
My code is as follows
ZipFile zf = new ZipFile(sourcePath, "GBK");
When the program execution to it,the program crashes
the log is as follows
java.lang.RuntimeException: data starting at 0 is in ...
0
votes
0answers
34 views
How to format an incoming sms into different parts?
how can i format a paragraph into different parts which is an incoming sms.For example
Android
5554
I wan reading a book.
So how can i set the first line in the paragraph as a string the next as an ...
-2
votes
1answer
96 views
Datepicker display day of week in String format android
I have a Datepicker (not a DatePickerDialog) which allows customer select the day of the week.
The problem is that I need display the day of the week in String format (MON, TUE, WED, THU,...), not as ...
-6
votes
1answer
28 views
Android Development - Date Formating [closed]
I have a problem in Android Development with Date Formating. I need to format Date like this (dd:mm:yyyy) in Android Development.. How I need to define Date in xml and Java files.? I need a code how ...
0
votes
1answer
286 views
error (1, -2147483648) Cannot Play this Video
I am trying to play an .mp4 video file, which I have added in a raw folder.
The result is that I always get an error (1, -2147483648)in LogCat.
After some research I notice this is caused by an ...
1
vote
1answer
176 views
Format currency dinamically on TextView
I'm trying to dynamically format the value entered by the user on a TextView, specifically what I am trying to do is:
TextView text = ""
User entered = "4"
TextView text = 0.04
User entered = "5"
...
2
votes
1answer
358 views
audio format for iOS and Android
Sorry if I am asking too generic question.
We are in the development of an application which records a plays audio in mobile devices. This application is developing in both android and iOS. The ...
1
vote
3answers
148 views
Android String variable (HH:mm) to long variable miliseconds
I have a String variable in this format "HH:mm".
Lets say the variable value is 05:30.
How would I be able to get those numbers from string and calculate :
(05 * 60 * 60 * 1000) + (30 * 60 * 1000) ...
0
votes
1answer
29 views
How to get the values from the formatted string?
I have an app which counts down the time.
I formatted a string like this:
String.format("%02d:%02d:%02d", hour, min, sec);
It will be for example 01:42:12.
I would like to know how to do this in ...
0
votes
1answer
82 views
What is a universal video format(and video/audio streaming codification) for all Android Webview versions
I have a web-view in an application and i use html5 tag.
I have had all kinds of issues on different android devices(samsung, sony, etc) with different android versions. Some could not play .mp4 and ...
-1
votes
3answers
251 views
How to save selected time from TimePicker in HH:MM:SS format in Android [closed]
can any one please suggest how to save time picked from TimePicker in 05:30:55 format i.e HH:MM:SS format into sqlite database in android. I used Calender to save time. It is saving in 5:30 format.
...
0
votes
2answers
101 views
Convert whole String in integer value in android
I have a problem while converting the whole string in integer.
When I write in edittext "Hello" and when I press button then in other edittext , it should show me
72 101 108 108 111 .
Please help ...
1
vote
4answers
437 views
Android: Format EditText view for phone numbers
I have an EditText view and I want it to format the users input into phone number format. For example, when the user types in 1234567890, the EditText view should dynamically show it as "(123) ...
0
votes
1answer
101 views
Formatting xml texts using tokens in String
I'm trying to get some code which will for example change
"^^text^^"
Into something like this
"text"
So I need it to remove the ^^ tokens and add a Spannable Text on the "text" string making it ...
0
votes
2answers
178 views
Output string with decimal format limited to 2 dp
Stuck on this which im sure there is an easy solution to, just cannot work it out!!
I have tried decmialformat, numberformat, string.format() etc and nothing works. .
code below, i want to ...
4
votes
3answers
470 views
Converting datetime to string, wrong hours
I am doing like this in my android app (java):
String sdt_ = DateFormat.format("yyyyMMdd HH:mm", dt_).toString();
but I got this
01-16 14:31:13.308: D/ThS(25810): dt_ = Wed Jan 16 13:28:00 ...
0
votes
0answers
148 views
How to convert .raw file to .mp3 file when recording complete?
I have made a sound Recorder in android. Its functionality is, it first create '.raw' file of the sound which is recorded.
Then it convert the '.raw ' file to '.wav' format. But Now i want to ...
0
votes
3answers
422 views
Format text in bluetooth printer
actually, I have to implement a module the which connect to a BT termical printer and print in it. I have a simple but functionally example, it works with the printer. The problem is that these text ...
1
vote
1answer
291 views
android logcat: HOWTO filter and format on command line?
As far as I know, I can't filter application name from cmd, so I have to use the tags instead...
I can filter properly, but I can't get the ouput format I want...
I'm trying the following and ...
-6
votes
4answers
386 views
How would i subtract two dates? mm/dd/yyyy [closed]
im a android and java beginner, with a pretty solid understanding of the java stynax. I am making a simple app that takes a date by the user of when they were born, and subtracts that by the current ...
0
votes
2answers
199 views
How do you test if String is in URL format?
Okay, there must be an easy approach I'm missing here, but I'm drawing a blank. I have a custom ListView that gets some of its images from files on the external storage, some from the internet, and if ...
0
votes
2answers
72 views
Create this string exactly in Android
I want to build 2 same products for Android and iOs.
The iOs already works, but the android doesnt, that's because of the format of the string.
in iOs this is:
NSString*jsonString = [[NSString ...
0
votes
2answers
57 views
Changing the formatting for a time display
I am using the following code to display a timer in my app (in an editText named "time")
final TextView time = (TextView) findViewById(R.id.txtTime);
Long spentTime = System.currentTimeMillis() - ...
0
votes
1answer
136 views
Choose which audio file format to use between Android and IOS?
In my app,I want to make sure user can record his sound and sent to other user to listen to it.
In android platform I choose .amr ,it's not too big and easy to record.
Then I realized I should make ...
0
votes
2answers
61 views
Parsing date in android forcing app to close
I have this code:
aktiv_date = dateaktiv.getText().toString();
SimpleDateFormat formatter = new SimpleDateFormat("dd.MM.yyyy");
try {
aktiv_dat = formatter.parse(aktiv_date);
} catch ...
1
vote
2answers
200 views
How do I convert timestamp string to local time string?
I have timestamp string: "1989-01-01 00:00:00" and i need convert it to local date format.
I execute:
SimpleDateFormat TIMESTAMPFORMAT = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
...
0
votes
5answers
474 views
Setting custom format for numbers in TextView [duplicate]
Possible Duplicate:
How do I format a number in java?
String.format() to format double in java
I want to be able to take the output from a double variable (called double) and put it in a ...
0
votes
3answers
187 views
How can I compare a DatePicker date to the Calendar Date
A simple question I hope.
How can I compare the date entered into a DatePicker to the current Calendar date?
To explain, If I have the DatePicker date stored as a string, how could I compare that to ...
0
votes
1answer
227 views
Android System.currenttimemillis difference
I am developing chat app and saving currentTimeMilis . I am getting new entrys sort by currenttimemilis . when new entry come listview updates . but some peoples currenttimemilis value is grater than ...
1
vote
1answer
97 views
How to format person height in EditText to reflect inches and feet?
I have an EditText field in my app which is for person's height. How do I format it to make it look like say 5'9"? When a person types 5 the app should add ' by itself and when a person types 9 it ...
2
votes
1answer
303 views
Android currency symbol ordering
I'm getting on devices with not-english locale, the english currencies formated like this:
1 $
If I have english locale I get euro currency like:
€ 1
Using
...
1
vote
2answers
334 views
Date Parsing with simpledateformatter
Im trying to parse the following date:
Wed Aug 27 13:08:45 +0000 2008
(Is for Twitter API 1.1)
I make the following format:
/**
* Large twitter date format sample: "Wed Aug 27 13:08:45 +0000 ...
0
votes
2answers
264 views
Android: wmv format is supported by some devices
Why is the wmv video format supported by some android devices and not supported by others?
-2
votes
2answers
97 views
Date displaying incorrect in Android
I am developing an application in that when time is 11:26 it is showing 11:07. I used Calendar instance to do.
Calendar currentDate=Calendar.getInstance();
SimpleDateFormat ddMMyyyy=new ...
1
vote
1answer
65 views
What is the version of High Efficiency AAC on Android?
For HE_AAC, there exist two version including version 1 and 2. In android document, it doesn't mention the version of HE_AAC.
Anyone know about it??
Thanks you.
0
votes
2answers
121 views
How to show timer in specific format?
I know here is lot of question on "start/stop timer".But i am looking for format of
timer. I am developing one recording application which show record time.
I able to show time in second format like ...
2
votes
1answer
700 views
Android edittext input money format only
I have 1 Edittext. When the user click on it, it will bring up the keyboard. How can I set the keyboard to number WITH the dot(for decimal) together? I don't want the user to switch the keyboard to ...
2
votes
1answer
1k views
String dateTime to Date -> check if is today
I need a function that checks if a date from a rss feed (of an event) is today. The rss gives a String (between CDATA) so i need to parse that. The form of this Date is:
Wed, 01 Aug 2012 00:00:00 ...
0
votes
2answers
889 views
Best way/place to put savegame data (or data no user-readable)
I need write some data for my app, and I like know best way/place to put savegame data (score player, savegames with items and inventory, current level, etc...).
Binary format? SQlite? ...
0
votes
1answer
135 views
android phone number invalid address
Greetings.
In android phone if we enter the phone number as english alphabets (eg agchge) it says
invalid address.
If i enter english alphabet+some numbers(eg 232as55) it accepts.
Please let me know ...


