-2
votes
1answer
19 views

Android - Create basic navigation app [closed]

here's what I want to achieve I want that for each country I click I will be redirected to a page (Each page is an activity right?) that will contain details about the country, like a profile about ...
0
votes
1answer
66 views

Navigation Drawer ActionBar button not working

I am working on an android project and I'm trying to integrate the new Navigation Drawer using the example from http://developer.android.com/training/implementing-navigation/nav-drawer.html. Its ...
0
votes
1answer
29 views

Customize Navigation Tabs in Android Action bar

I have an Android app that Im making now using one of the default templates: I believe it was Fixed Tabs + Swipe. A screenshot of the current navigation bar is below (I marked the navigation bars in ...
0
votes
1answer
17 views

in android how to set condition for whether is phone or tablet?

Here is my code: if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) { getActivity().getActionBar().setDisplayHomeAsUpEnabled(true); } It is for phone. In tablet, I don't ...
0
votes
0answers
30 views

Android non standard navigation design

Hi to all. I need to implement this kind of navigation in my app. I don't have a clue from where to start. Can somebody point me to right direction?
0
votes
1answer
37 views

How can I use the Navigation Drawer without fragments?

I'm trying to follow this tutorial on how to create a Navigation Drawer, but I don't want to use Fragments to show new content after the user select an item from the drawer list. What's the best ...
0
votes
2answers
45 views

Is there any way to avoid Navigation Drawer to be closed when clicked?

I'm working with the new Navigatino drawer from Google and I'm trying to use some sort of toggle buttons inside, but everytime I click on one of these buttons I cannot avoid the menu closing. Is ...
0
votes
4answers
54 views

Google MAP Navigation for android to get driving directions

i am working on google map navigation for android . for 2.3 android version . i searched on google found some examples but not sure showing all errors . .all are showing same errors .. here i am ...
0
votes
1answer
24 views

Google maps get coordinates on route

everybody ! Who can help me? I would like to make something like an navigator in android using google maps, and i need to know coordinates on my route on every xx kilometers (from start point to end ...
0
votes
2answers
56 views

How to implement pagination in Android listview

I am working for Android app, in which I need to show listview with items. But There are more elements to show in listview. I decided to implement pagination . I tried searching in Google but does ...
0
votes
0answers
11 views

Detecting turns in geopoint list

I am developing an android maps+navigation app. I have drawn a route on map using the list of geopoints, now i have to provide user with navigation i.e. detect turns with 90 or larger angle. Kindly ...
-1
votes
0answers
47 views

Routing audio streams from Android apps to in-car AUX and bluetooth headset [closed]

With the recent introduction of Google All-you-can-eat Music subscription, I decided to try it out. The problem I have, is I drive people for living and use navigation pretty frequently, I wan't my ...
0
votes
0answers
22 views

navigate to a certain another activity from textview

I am developing a news app, in which the data is fetched as JSON from the server, an adapter takes care of it, and displays a list where the title, the news (a portion of it )and an image is shown. ...
0
votes
1answer
62 views

Android ListView Navigation

I want to display categories-subcategories using list view (sort of breadcrumb menu). But I don't know where to start? Here is the requirement The first screen should show a list of categories. When ...
0
votes
1answer
76 views

Android Navigation intent

If you mail a Google Maps direction to your Android phone, you have the possibility to open it in the Maps appliaction, this seems perfectly logical, as does the code behind it. Now, once in the Maps ...
0
votes
0answers
69 views

Android: Navigation bar to jump between activities?

I want each activity in my android app to contain a self made navigation view that looks like this ActivityStartedFirst > 2ndActivity > YouAreHereActivity Where ActivityStartedFirst and ...
0
votes
0answers
57 views

ActionBarSherlock Drop Down Navigation

I implemented the abs navigation drop down but I am having problem implementing the following things: So in my app right now I only have the following set As you can see the text in the label ...
0
votes
6answers
74 views

Why does my Android button not work?

I am trying to get a simple button to work to navigate between screens, I'm really not sure what I've done wrong, as I followed a guide! First page code: import android.os.Bundle; import ...
-1
votes
0answers
47 views

How to achieve the special navigation bar at the top of the picture [closed]

I want to know how to achieve the special navigation bar in the top of the picture in android app.Unlike some news apps,the navigation bar use a beautiful arrow of a line to achieve the effect. The ...
0
votes
0answers
23 views

Navigation algorithms for android

I am developing an android maps+navigation app using native android API and mapsforge maps API. My task is to draw a route and provide user with navigation on that route i.e. I have to tell user that ...
-2
votes
1answer
49 views

Android app navigation | custom navigation

I think this could be a bit difficult. I created an coordinate system, to build a game upon it. Since now your are able to move left and right by swiping. Is it possible to allow swipe up/down? But I ...
0
votes
2answers
107 views

Activity Flows A->B->C->A in android

Suppose I have 3 activities: A, B and C. A: Home Activity B: Information gather Activity C: Information display Activity My desired flow goes like: A triggers B to gather information. When B ...
-2
votes
3answers
48 views

Navigation from one screen to another [closed]

android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="fill_vertical|center" android:paddingBottom="@dimen/activity_vertical_margin" ...
0
votes
0answers
40 views

tap on icon starts google maps activity but route is not displayed

I want to display route between two points (markers) and I pass to uri the strings of lat and long of the marker(endpoint). The second point is the gps position and I pass to uri its attributes too. I ...
0
votes
1answer
81 views

implement lateral navigation in Android API 10

how to implement lateral Navigation (https://developer.android.com/training/implementing-navigation/lateral.html#horizontal-paging) in android 2.3, api version 10? Because I did download the ...
0
votes
1answer
90 views

Add the traffic information to google navigation app

Google navigation is a very powerful app. But the problem in my city is that it don't support the traffic information to suggest the best way. There is a resource to get the traffic information in my ...
0
votes
2answers
49 views

Android navigation - Up button opinion [closed]

i need expert opinion in this case. If i write on wrong resource (place), sorry. Please write me right place. My opinion, up button confuses normally android user, because he think up button is a ...
0
votes
1answer
101 views

Add ListNavigationCallbacks on my Actionbar in Sherlock in Android?

I am working on an application, using ActionBar of Sherlock Library. I want to add a List of items at the Right corner of the ActionBar, that is, ListNavigation in ActionBar. Currently I am using ...
0
votes
0answers
46 views

Android: Invoke Navigation using Mobile network.

How to invoke Google Navigation from my application. String uri = "google.navigation:q=%s"; Intent navIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(String.format(uri, endAddress))); if ...
2
votes
0answers
46 views

How to import Navit into Eclipse and use it in own android project

I'd like to create a custom application which would use 3D navigation. I found the Navit opensource project, which has all functionalities that I need. I checked out the last Navit source code from ...
0
votes
0answers
74 views

Navigation bar working on phone but not on tablet?

right I've got a navigation menu system but it will work on my Galaxy s2 but when I put it on my sisters tablet it wont work :( I get this error as shown below but I dont now whats wrong so if someone ...
0
votes
0answers
114 views

Android 4.2 : Application Navigation with multiple activities

I am new to Android development. I am developing a application which basically needs to have a application navigation (Tabbar, Buttons etc) on the top of the screen always. When user clicks(Or Taps) ...
3
votes
2answers
104 views

Transparent activity on Resume doesn't show up android

I have 3 activities: Home(Base activity) with <activity android:launchMode="singleTop" android:name="com.Home" android:label="@string/app_name" ...
0
votes
1answer
61 views

Android: start maps with route

I know it is possible to start google maps with a route of 2 points but I really need to start it with many waypoints. How can this be done? And another big wish would be: (I really doubt that this ...
0
votes
0answers
65 views

navigation system with SherlockActionBar (custom header)

I'm trying to build up a simple navigation system using fragment with SherlockActionBar! The problem is that I needed a custom header, so I used an XML to design it and assigned it via the ...
1
vote
1answer
59 views

What is the best practice to represent hierarchical data in navigation?

For example I have class Category: class Category { private String name; private ArrayList<Category> childCategories; } And I want to show List of this objects and user could go down ...
1
vote
3answers
97 views

Android Activity Handling (Resume/Restart)

I hope you can help me understanding the Android Lifecycle and how I can manage navigation between several kinds if activities. Suppose the following scenario: Activity A "MainMenu" is started: User ...
0
votes
0answers
89 views

Need tutorials to build new features on osmand open source [closed]

I'm trying to modify osmand open source to add a new routing feature using transportation in my city, the problem is that I don't know from where I can get tutorials about the app API, and what do I ...
0
votes
1answer
162 views

app crashing while implementing lateral navigation

I created a new activity with navigation type "tabs + swipe". I made these changes in the getItem() method : @Override public Fragment getItem(int i) { Fragment fragment ; ...
1
vote
0answers
262 views

How to use tabs + swipe navigation on API level 8

I was creating an activty with Navigation type of tabs + swipe . But it says that ir requires a minimum API level of 11 and my current minimum is 8. But I've seen many apps having this type of ...
5
votes
0answers
599 views

Android: Java: The Deprecation of SlidingDrawer [closed]

After doing some reading on developer.android.com I am seriously considering the removal of menu drawer navigation from my app. Before I do, however, I wanted to hear your opinion: why was ...
0
votes
1answer
179 views

Different style of navigation - Phone vs Tablet?

I am fairly good in fragments API, I know how to create master/detail pattern on phone/tablet. But how would I create a different style of navigation in phones and tablets? The most obvious example ...
0
votes
2answers
38 views

How to get notified (and able to cancel) when switching tabs

background I have a viewPager and a tabHost which are used to navigate between pages. On some cases , the fragment within the viewPager would want to disallow navigating , and even show a dialog to ...
0
votes
1answer
485 views

Custom Navigationbar in Appcelerator Titanium

Im new to Titanium. I have created the Navigation-bar by following the post http://mobile.tutsplus.com/tutorials/appcelerator/drilldown-navigation-with-titanium/ Here I want to customize the Default ...
0
votes
0answers
128 views

How should I implement a Home button for Android devices below Honeycomb?

I'm developing an application that should support: Devices without the action bar (< Android 3.0) Devices with an action bar Now, my hierarchy allows the user to go down one level, for example: ...
-2
votes
1answer
115 views

Making a navigation tab on anrdoid 2.3.3 [closed]

I need to make an app that is compatible with Android 2.3.3 I was hoping that I could create a tabbed menu structure like this Is this possible on android 2.3.3, I tried looking around but couldn't ...
3
votes
1answer
100 views

Disabling android navigation buttons for disabled children

We’re porting to Android some interactive iOS apps used to teach young children with learning disabilities. We have hit a major usability issue, because we can't figure out how to disable physical or ...
0
votes
0answers
166 views

Google Android Navigation Intent with Multiple Locations

I wish to pass multiple locations to the Navigation intent, I have not seen this done or documented by anyone - but I am wondering is there any unofficial method or hack to get this done? Here is ...
0
votes
0answers
47 views

Changing the server of osmand [closed]

i'm trying to select the best open source android maps app to work on it for my city, I found osmand which seems good enough. The problem is that I don't know if I can change the server from which the ...
-2
votes
1answer
2k views

What is the best offline android maps api with navigation feature? [closed]

I am looking for an open source for android Maps API that can work off-line and can work as a navigation system offline, I am working on an off-line navigation system project by android for a ...

1 2 3 4 5