Tagged Questions
2
votes
1answer
25 views
Is there somewhere I can get the typical XML styles from the Android design guides?
This is driving me insane at times, why don't they just provide XML snippets of what they are showing?
Example:
http://developer.android.com/design/building-blocks/lists.html
It'd be nice to just ...
-1
votes
0answers
13 views
how to implement an evernote for iOS 'stack' UI on Android
Any idea about implimenting an evernote 5 iOS UI(home screen) on Android?
In iOS version, you can tap or slide a header to expand that view, with smooth animation between view switchs.
here's ...
1
vote
0answers
16 views
Android+LibGDX - textures gone in Android UI activity only after finishing a Libgdx activity?
My situation is this:
I have 3 activities: 2 using Android UIs (shown below) and 1 a Libgdx AndroidApplication
I can go back and forth from my 2 menu activities all I want and it is WAI
I can go to ...
-1
votes
0answers
19 views
Twitter-like cascade UI android library
I'm looking for an android library to make a Twitter-like UI,
I'm looking for library like this:
https://github.com/futuresimple/CLCascade
But for Android
Thanks in advance.
3
votes
2answers
47 views
Convert png images to 9 patch in Android Studio
In android studio,you can edit 9 patches directly from with the IDE. But is it also possible to convert an png image to 9-patch using the IDE? (similar to the android 9-patch tool provided by the ...
0
votes
2answers
25 views
ViewPager skip views on return leaving blank
I'm making an app with 4 main Views. I want that all of them stay on a LIST menu on top (That's ok for now).
Using Fragments, I have the ability to change the view without actualy going to other ...
0
votes
1answer
32 views
Text align right with icon menu action bar sherlock
I've a problem with menu option. I'm using action bar sherlock, when i'm clicking the option menu, the text align on the left side.
I want my text of option menu align on right side with a icon first. ...
1
vote
0answers
31 views
Align views on LinearLayout programmatically
I am developing a ListView UI after parsing a json, We are looking for a template based solution to list row where each list row might have different-2 field and their alignment which will be driven ...
0
votes
1answer
11 views
Android UI - views slider
I need an android component that will hold two views (one on top, and the second one ont he bottom). There will also be a slider between views.
It will look something like this:
View 1 is bigger ...
0
votes
4answers
29 views
Stop users from pressing two buttons at once?
Is there a way to only register a single button press? At the moment in my activity I have two buttons that each start another activity - at the moment if I press them at the same time both activities ...
1
vote
0answers
25 views
How to change height of fregment & View in Android
I working on app that uses Google Maps API v2, in first place user can access a layout with the maps on full screen and with a small frame (let's call it BtmFrame) with text saying how much Clubs are ...
0
votes
1answer
22 views
Android ScrollView hidding bottom
When I use a LinearLayout with an drawable background (floating_section) inside ScrollView, it doesen't let the very bottom of the drawable appear (the rouded corners, and also the "end" of the view.
...
0
votes
1answer
27 views
Building a music player for both android and Desktop at the same time
I'm going to build a music player working on both Android and Desktops. It won't be anything special, I'm doing it more to training myself and know more or less what problems I might encounter if I ...
-2
votes
0answers
10 views
View like Quick Action View in android [closed]
How to implement this, can anyone provide me the solution or suggest a way how to do it?
0
votes
1answer
23 views
How to remove Black Rectangle box in Dialog?
I used the following code to prepare an custom dialog,it is showing my custom layout in a black colored rectangle box.
final Dialog dialog = new Dialog(getParent(),R.style.PauseDialog);
...
0
votes
0answers
18 views
Updating UI on Android Widget
I have widget with a button and a progress bar. Basically, when the button is pressed the progress bar starts to fill up. This has been relatively simple - but it seems to lag as the progress bar ...
0
votes
1answer
40 views
How to add space between items in android listview?
I would like to add padding between EACH item in a listview, but I would like to keep the default divider as I think it is aesthetically pleasing. Anything wider looks ugly.
I currently have:
...
1
vote
0answers
17 views
How to shorten the namespace of custom view in xml in android?
I have a custom view defined deep in a package structure.
<com.android.notepad.example.customview.MyEditText
id="@+id/note"
... />
It is not visually good to use the entire package name ...
0
votes
1answer
20 views
How do I give a gridLayout the ability to scroll vertically and horizontally at the start of the application in android?
So imagine a view with 9 tiles that looks something like this:
(tile1) (tile2) (tile3)
(tile4) (tile5) (tile6)
(tile7) (tile8) (tile9)
One tile takes up most of the screen. I have this set up ...
1
vote
1answer
43 views
How to slide the left(or right) menu back by touch with the project of slidingmenu/jfeinstein10?
How to slide the left(or right) menu back by touch with the project of slidingmenu/jfeinstein10?
With slidingmenu/jfeinstein10,we can easily let the slidingmenu to come out by touching the main ...
0
votes
1answer
18 views
Confusion with Tablet Support in Android
I am trying to optimize my Android application for Tablets in the Google Play Store
As per the documentation here -
...
0
votes
1answer
27 views
Android onTouch must be triggered twice in order to trigger actionBar.show() and button position change
I'm encountering a weird little problem with my onTouchEvent. When you touch the edge of the screen, it's supposed to show the action bar (using ActionbarSherlock, not the android actionbar), and move ...
0
votes
1answer
22 views
Ensuring a size is a factor of the screen size
I have a GridView in Android which objects change size during a screen rotation. I also want there to be no gaps in between the objects. I want each View to be around 150-200dp.
At first, I was ...
-4
votes
1answer
36 views
How to implement a controller similar to Facebook's Android / iPhone app? (detailed) [duplicate]
I am trying to find out which controller Facebook (among other apps. such as Wunderlist) is using.
The controller, or at least it's effect, looks like this:
If this is not a standard or public ...
-6
votes
0answers
30 views
How to implement a controller similar to Facebook's Android / iPhone app? [closed]
Is the controller that the Facebook app. is using a standard one?
If not, how would one go about creating such a controller, for both Android and iOS?
Thanks.
I am talking about the main controller, ...
-4
votes
0answers
27 views
Android UI ListView ala Youtube App [closed]
I am looking to do a layout similiar to the Youtube iOS app custom listview row in Android. I am (in red) and also how they created shadows on the bottom of the top and bottom white bars.
Any ...
-1
votes
4answers
60 views
Update the UI outside the main thread
I am totaly new to android and just want to know if it is any working and possible way to update the UI outside the main thread. Just from my code I have listed below I know that from this code; It is ...
0
votes
2answers
30 views
Android custom DialogFragment custom positive/negative button design
I have a custom DialogFragment (support library). I set the layout as @color/GhostWhite, problem is, I can't find a way to set the positive/negative button in the same color.
This is how I set the ...
0
votes
1answer
41 views
android: what's this slider bar called and how to implement it?
This may be a dumb question but could anyone please tell me what this slider (highlighted in yellow) called in Android? Is it a navigation bar?
I want to implement the same slider in my app, could ...
1
vote
1answer
33 views
called from wrong thread + inner classes .. strange behaviour
I'd like to someone explain me why this fails...
My activity has an inner class, AppHelper, that exports a function setThrobber. For simplicity I have omitted all the init code, etc..
This function ...
0
votes
1answer
34 views
Issues designing Android UI in Xamarin
I am in the process of writing my first android app. I figured, for a simple exercise, I'd write an app to keep score in bowling.
I want to create a picture of the pins, with a touch toggling a pin ...
0
votes
4answers
90 views
App crashes while loading a heavy UI layout dynamically
I am facing a serious problem. In my Home screen UI, the activity first has to determine the screen size and then it has to dynamically add GUI elements based on that data. To be precise, I have used ...
0
votes
1answer
27 views
How to greyout a Fragment
My application have a viewpager with the following fragment
1 Login 2 Measure 3 View Data
After the user login and swipe to the measure fragment my app will automatically measure some parameters.
...
-1
votes
0answers
11 views
android wrapper for a arm compiled executable
I have a arm compiled executable on a linux machine, which I am copying to my phone using adb push and its working fine. I need to create an interface to the android layer to make a simple app and ...
1
vote
3answers
58 views
How do I reduce the inner padding around the text within an Android button object?
So, at the moment I have a button which looks like the first image above. How do I reduce the padding around the text inside the button itself (To look more like the second image)?
Layout width and ...
0
votes
0answers
51 views
How to ensure the android animation smooth playback?
I am developing a android Camera apk. There is a requirement:
After capture a photo , play a FrameAnimation. The whole duration is about 200 ms.
I have implemented the future , however , the ...
1
vote
1answer
25 views
CSS/HTML - dp (density independent) units?
For Android, people recommend using dp (density independent) measurements for UI elements, and there are conventions that exist such as using 48dp for a button height, etc.
I'm working on a ...
-1
votes
0answers
55 views
AsyncTask onPostExecute not called
I am experiencing some problems with AsyncTask instances not executing their onPostExecute methods. This problem has been reported many times before, but mostly because of faulty method interfaces, or ...
1
vote
2answers
48 views
Swing-Library for Android?
I know that Android uses Java but not a fully compatible runtime library. Creating UIs in Android is done completely different than for normal Desktop Java. Nevertheless that's a really stupid thing ...
0
votes
1answer
47 views
Android Educational Welcome Screen - Blue Circle Highlighting with Text [closed]
How could I add this type of welcome screen to my own application?
Also what is this view called? (See Screenshot)
-3
votes
0answers
21 views
Recommended approach to populate android view with children [closed]
Greetings to the friendly and nice stackoverflow-crew.
My question has been asked some time, but as I was examining the hits, not exactly the same way, which I am going to ask it now.
Imagine ...
0
votes
0answers
30 views
User-friendly display of validation errors in Android dialogs
I have a dialog fragment A with several input control elements. When the user enters an invalid value for some field, a dialog box B with validation error message pops up.
The problem is that when I ...
0
votes
1answer
26 views
Show progress text while logging user in - Android App
I'm working on an Android app and am having trouble updating the GUI. Basically what I want to achieve is when my user clicks the Sign In button, call the setVisibility method on the ...
0
votes
1answer
156 views
ExpandableListView
I was working on getting Expandable List View to have image and text next to it. I have most of this example working which I found here
---> How to add image in expandable List in parent in android?
...
1
vote
2answers
1k views
How to style PopupMenu?
is it possible to change pop-up menu style from default black text on white background to dark background without applying style to the whole activity (which breaks my UI)?
5
votes
2answers
2k views
“compatibility-v4-r4.jar” is missing in Maven Repo
In the last two days I tried to import this Library through Maven:
https://github.com/JakeWharton/Android-ViewPagerIndicator
I have to say that I'm new to maven so if this is easy to solve please ...
16
votes
2answers
9k views
Android dialog number picker
Is there any tested and usable component we can use to show "Count selector" like this?
Our target is to get it working from API v7 .
(Taken from DatePickerDialog)
13
votes
4answers
12k views
How can I check if a view is visible or not in Android?
I set sameting to invisible like this on Android:
myImageView.setVisibility(View.INVISIBLE);
And then visible like this:
myImageView.setVisibility(View.VISIBLE);
I don't know if myImageView is ...
196
votes
9answers
91k views
How to align views at the bottom of the screen?
Here's my layout code;
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
...
10
votes
4answers
13k views
Android Activity with no GUI
I have created a activity that is only meant to be launched from a link (using a intent filter.) I do not want this activity to have a GUI - I just want it to start a service and put a notification in ...





