1
vote
2answers
157 views

Android Code Style in Intellij Idea / Android Studio

Before Android Studio, I was using android-formatting.xml as Code Style in Eclipse. How can I setup Android Studio / Intellij Idea to format code as in Eclipse? UPDATE I tried Eclipse Code ...
-2
votes
1answer
34 views

save a variable storing a textbox - android programming? [closed]

In one application I have one textbox and one botton. When I click the button I want to save the the text that is inserted in the textbox. And use that value for any occasion. Thanks
0
votes
1answer
37 views

Code structure with Asynctask Android

I guess I am just producing "Spaghetti-Code". Perhabs some experts can help me write a better code for my solution. Following Pseudocodes will show my problem: I have some procedures that runs long. ...
0
votes
2answers
53 views

How to read from a SQLite Database and pass the value to a textview in another Class

I'm fairly new to Android. I'm making an application that shows a whole lot amount of different stings on previous and forward button clicks. I also have a database stored in the assets folder.. now ...
0
votes
1answer
30 views

Eclipse disorders an XML file after pressing Ctrl + Shift + F

Ctrl + Shift + F does a good job when putting java or layout files in order. But does it disorder things in a file which starts with <selector ...
2
votes
1answer
72 views

Should I inflate a layout or programmatically create it?

Regarding Android programming, This question has been bothering me for a while, should I inflate layout as much as possible or should I programmatically create the layouts as much as possible? If ...
3
votes
2answers
54 views

Naming classes and resources with the company brand name

I'm currently working on a project that has a number of legacy code elements. In the past they have have been using the brand name in class definitions and resource names. For example (without me ...
-1
votes
1answer
92 views

Use html5 website as an Android or IOS web application?

i'am wondering,if a HTML5 website can be used or converted to webApp on IOS and Android,to be more precise,if i have programmed a website on HTML5 and i want this website used as a web application on ...
1
vote
4answers
277 views

Adding Functionality to both Android's Activity (parent class) and FragmentActivity (child class) in best coding style (minimal duplication)

In Android Library, FragmentActivity extends Activity. I would like to add a few methods, and override some methods, of the original Activity. import android.app.Activity public class Activiti ...
1
vote
2answers
48 views

Using strict access to class members and modular code make it harder to reverse engineer APK

Does using private methods and private fields make it harder for someone to reverse engineer code with the common decompilers floating around. Like the ones mentioned here Decompile .smali files on ...
1
vote
1answer
88 views

Why this line of code forces me to clean every time I build it?

Hello, I am still fairly new to coding for Android but this is puzzling me a bit. I have written a few apps and prior to this I could build fairly regularly without doing a clean first. Prior to ...
0
votes
1answer
50 views

Where to store static string data in xml form?

I have a static string, in my android application, which is in xml format. I want to store the file in some variable. One way is to store that in res/string.xml folder. But when I am doing this I got ...
0
votes
3answers
49 views

Where to put the code conventions rules?

I am working on a Project (Android Project) with a group of developers (reside in the same location). We need to put some rules to naming classes, files, xml elements, etc ... Currently we have a ...
1
vote
2answers
223 views

creating custom UI component button inside textView with borders

I created a custom button: <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true"> ...
0
votes
5answers
100 views

Which syntax to use for better performance and resource utilisation

After reading several articles on how to fine-tuning my code, I found out that the way we are declaring objects and variables could drasticatly impact the performance of our application. This is more ...
0
votes
3answers
48 views

Creating a table in Android

First post for me. I'm dabbling in Android development for the first time and have only limited Java programming experience. On to my question... When creating multiple tables in a dbHelper class, ...
0
votes
2answers
86 views

Android coding concept: AlertDialog as Activity?

If I'd like to launch from my MainActivity an AlertDialog which should be an Activity itself (because I need to pass information from an AlertDialog back to the MainActivity), what is the usual coding ...
2
votes
1answer
117 views

Java game data structure

I have written an Android app. It is a simple version of the old board game Connect 4. Currently my "Board" object holds the counters which have been places on the board. There are 2 players to this ...
2
votes
3answers
141 views

Is it good practice to write Intent dispatching as static methods in the class to be launched?

I'm just starting Android development, so I'd like a little advice on code style. It seems nice to me to write Intent dispatchers in methods that are doing the dispatching, like // in case it's not ...
2
votes
3answers
114 views

What's the best android Log strategy for a team?

We always log the exception when develop android apps. And we want to standardize the formate and strategy to prevent e.printStackTrace() or unnecessary log from being printed? So what's the best ...
1
vote
1answer
41 views

which approach should i take 1 receiver with 10 filter or 10 receiver with 1 filter

I want to design the intent - connection between my application parts, my dilemma is in which approach to work create one super big boradcast receiver that will handle all the intent and filter ...
1
vote
1answer
318 views

Android “Best” way to implement button callbacks (XML onClick, New onClickListener, implement onClickListener, seperate class for that button)

Do read this in full before you assume it is a poll, I am seeking info and references to make an informed decision not trying to determine which is the most popular ( @PéterVarga ) This is my first ...
0
votes
4answers
194 views

wny radio button group not work'n properly in the code

<RadioGroup> <TableRow> <RadioButton android:id="@+id/a" android:layout_width="match_parent" ...
0
votes
2answers
51 views

What are the advantages of the 'mField' Android code style if any?

I've been following Google code style for Android without further thinking for a while. Now I'm thinking are there any real advantages of naming fields like mXXX as Google does? Seems a bit like ...
-3
votes
1answer
104 views

Code style in android application [closed]

Is next link refers also to writing android applications or just to operation system - open android project? ...
0
votes
1answer
68 views

Where to place third party push code in Android?

I must use 'Pusher' library for Android. I would like to receive push notifications during whole phone usage, not only during application usage. Since it's a third party library I wonder where to put ...
2
votes
3answers
304 views

How to optimize android code

public String getBrotherHood() throws Exception{ client = new DefaultHttpClient(); get = new HttpGet(uri); res = client.execute(get); sl = res.getStatusLine(); sCode = ...
1
vote
1answer
166 views

Arranging business logic in application package

I am pretty new to Java and currently I am developing my very first Android application using Eclipse + Android SDK. The business logic of my application is stored in "/src/app.package/*". Currently ...
2
votes
0answers
921 views

How to change the default divider color for all ListViews

I am trying to apply default styling for all the listViews from style.xml Please note at some places I am using nested listViews. In style.xml <style name="Theme.MyTheme" ...
1
vote
1answer
904 views

Activity Launch timeout has expired, giving up wake lock! and timeout for HistoryRecord

I have some warning in my application and i use JSoup concept,my app is working in another system,i can't do that why ? I am getting following errors 1.03-26 15:11:14.296: WARN/ActivityManager(70): ...
2
votes
1answer
124 views

Good method practice in Java

In my Android application I have a new intent which is launched depending on the results and returns of some other methods, so I've launched the intent this way: methodOne(methodTwo(methodThree())); ...
0
votes
1answer
119 views

Android Application update available push notification implimentation [closed]

I am trying to implement a push notification for update available message. Currently I am looking for code to get Android market version of my application to compare the versions. Thanks in advance. ...
1
vote
4answers
115 views

How to simplify setting values to views in android widget

I'd like to ask if it's possible and how to simplify following code: views.setImageViewBitmap(R.id.contact01Button, data.get(0).getFriendImage()); views.setImageViewBitmap(R.id.contact02Button, ...
-1
votes
1answer
97 views

the best way to access gui elements

currently I use this way (more times in the class ) to access the gui elements ((RadioButton)findViewById( R.id.STORAGE_RG_0 )).setEnabled(false); or is it better to fill a variable RadioButton ...
9
votes
2answers
2k views

Where can I find checkstyle config for Android Coding Style?

There are Coding Conventions for Android. They include some stuff like naming conventions that can be checked using checkstyle. I've found some config for checkstyle: ...
0
votes
4answers
239 views

how to set text upside of image in button in android

i want to set text upside of image in button property. here is my code for it but i get it text is behind of image which property i have to set ? <RelativeLayout android:id="@+id/footer" ...
0
votes
1answer
394 views

Managing RadioButton with RelativeLayouts

I have an activity where the user would have to choose one option from a list. For example: <relativeLayout> <relativeLayout> <radiobutton> <textview> ...
0
votes
1answer
337 views

Change Theme Colour in Android App

I am currently trying to get a common user experience in Gingerbread as well as Ice Cream Sandwich. The main part is about theme colours. In Gingerbread the main colour was green, ICS enforces blue. ...
3
votes
1answer
6k views

Change style of ProgressDialog

Is it possible to change ProgressBar style of progress dialog. If yes, then how can I do it?
0
votes
2answers
114 views

How to escape the duplicity in Android?

My experience and good books had taught me that repeating of the same thing in code is bad. But when I use Android views, I often repeat the same thing even 4 times: twice in XML: <LinearLayout ...
2
votes
2answers
127 views

Adaptors as inner classes of activities, or stand alone classes?

I'm looking to establish some "best practices" for Android, with regards to code reuse, ease of programming/understanding, performance and memory. So, you know, just good code all around. It seems ...
4
votes
5answers
2k views

Android HoneyComb DatePicker Text Color

I'm searching for a possibilitie to adjust the text color of the datepicker widget in an android honeycomb app. I knew that the widget inherent the global text-color which is white in my case, but i ...
0
votes
2answers
766 views

Selector color not showing in custom ListView (pic)

I've added a custom style to my ListView, but now a few odd things are happening. 1)When I click an item on the list, the selector(alt color) doesn't appear. Instead. The standard green selector ...
0
votes
1answer
735 views

Edittext with custom offset rectangle background

I'd like to create and edittext box with a custom offset background like this: How should I go about doing this?
8
votes
4answers
16k views

Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Holo.Widget.ActionBar.Title'

I am implementing ActionBar to set the color for text using this style script in xml but getting error when I run my application time does anybody have idea what I have missing this is my style.xml ...
3
votes
1answer
116 views

what was the use of @ in xml file with parent attribute in style

possible duplicate Hello friends, I have seen many style files and see that some time @ sign was used into the parent attribute within the style tab in xml file and some without this @ like this ...
2
votes
1answer
190 views

Class-wide variables in Android

Note: I don't talk about sharing variables between Activities or the need to save them permanently. I'm developing an app that uses a 3D-Engine. All my rendering takes place in one renderer class. I ...
10
votes
3answers
2k views

How to get my own defined attribute value in my style

I want to create 3 different themes for a dialog using a custom (own) attribute. I would like to set title colors by adding this to theme's style: <item name="titleColor">#FF0000</item> ...
-1
votes
3answers
266 views

i need the ON/OFF button for enable/disable by clicking the button ,this is possible by using OnClickListner or any method?

how to do the button with ON/Off by clicking it must varies and along with that it shows Green for ON else RED. this is possible without graphics or must need graphics? any one tried like this plz ...
3
votes
1answer
491 views

My Camera preview it was showing wrong display and i need to stored this snap into SD card HOW?

This camera program showing horizontal preview while we are watching vertically like its was showing 90'angle and also it was not storing into my SD card ..any body help me how to change my surface ...

1 2 3 4