I wanted to know how to create the same ui as in the jquery tabs of following link:
http://jqueryui.com/tabs/
I am concerned with the look and feel the view underneath the selected tabs should be looking exactly the way it is shown in the link above.
Also I need to change the background image of the tab i have 2 separate image for selected and unselected tabs.
How to go ahead with this please guide me with example or tutorial?
I searched a lot but was unable to find any technique for doing this attaching the image for reference
Thanks in Advance please do reply.
Related
How to show Driving/Cycling/Walking options in Android?
I know setting the profile will change the way directions are shown but I want to provide to the user direction options in the UI. Is it possible in Android like the picture below?
Directions options
It seems according to this question Unable to hide profile ui (Traffic, Driving, Walking, Cycling) that should be a profile switcher in controls. But I didn't find it in Android.
Thank you,
Hey thanks for checking out the Mapbox SDKs! Unfortunately, we don't have a pre-built Android UI for selecting direction options like the picture you linked - you would need to build your own UI in your app code. Sorry for the inconvenience
I am trying to develop an application which would be a lot better if it had a clean ViewPagerUI. I dont need fancy menus (yet), all I want is that if I start my application It starts out as one relative Layout, and i can then swipe left and right to view two more Relative Layouts.
I have read, watched and studied tons and tons of tutorials in the past week, but they all seem to either be outdated, don't fit my needs (because they create new "pages" with a while/for loop, which is definetely not what i'm looking for), or are way to complicated/ leave out important information( i am a fresh developer, but I really don't want to give up) like the official guide on the android developers webpage.
I get that experienced developers can get a lot out of these tutorials, but I don't find them to be very informative for beginners/newbs.
Questions I asked myself while reading different guides are:
Which differernt java classes/ xml files do I need to create, and which code goes where?
How does the ViewPager know which Fragment I want to display on any page?
How can I add working, "connected" code to all three fragments?
To give you some helpful information:
The first page should display a chart
The second page contains edit texts, which add items to an array and thus to the chart on the first page on button click
The third page contains settings for the chart
I don't need ANY other pages/activities/main menus whatsoever. Only these three interacting pages.
I`ve found it to be the best option to go with relative layouts.
The second page should be the main page.
I am sorry if you think that my issue is dumb, but i am trying to create this app for over a week now, and i seem to not get any traction.
Thanks in advance!
Sorry if the title is it's not self explanatory.
I'm trying to make an application that can interact with other ones by adding them a graphic element in their UI.
Just like Google does with Google Translate new function.
You can see a graphic example here: EXAMPLE GIVEN
My questions are:
Is that even possible? (I guess it is)
Where can I start searching about this? I haven't seen anything in Androids Developer documentation. I really don't know how to search info about this.
Thank you all.
If you'd like to add a graphic element to your app, I suggest using the Toolbar widget (it's automatically added with the Basic Activity template). There's also the ActionBar, but I think the toolbar is preferred to use (newer).
You can get a better idea about it here.
https://blog.xamarin.com/android-tips-hello-toolbar-goodbye-action-bar/
http://www.101apps.co.za/index.php/articles/using-toolbars-in-your-apps.html/
As far as the behavior of the icons, you'll have to add your own logic to them. Intents (implicit/explicit) are one way to interact with other things.
I hope this helps push you in the right direction.
I am currently using the MuPDF library from here: http://www.mupdf.com/
I've successfully compiled the library and everything is working great, though I am at a loss on how to achieve the following.
I want to attach views, such as button views, textviews, webviews and imageviews to the MuPDFReaderView. But everytime I try to add the view I fail to get any visible results, I can not see the attached view anywhere and I'm sure it's being added because when I debug it, the code is successfully run.
The reason I want to do this is to overlay views on the PDF view which will then scale and move along with the PDF document.
I ofcourse realise there isn't any code in this question, but I can't really post the entire MuPDF source code here, so here's what I think is relevant in a pastebin:
http://pastebin.com/qJFNsvdV
So yeah, how and where would I attach views to the document so they scale and move with the document properly?
We have a similar feature in our Android customizable magazine app, using muPDF: we add views on top on the pdf view to display slide shows or videos inside a magazine page.
This app is open source and available on Github. It should be easy for you to review the code, and see how we implemented this feature.
I want to navigate between menu tabs and display content without using any java script and j query .
because, when java script disabled from the browser its does not work.
I have attached image for menu tab.
can anybody help
Thanks
Sanjeev
See my answer here: Is it possible to have tabs without javascript
Yes, it's possible, but it won't work everywhere (yet!)
If you aren't going to use javascript, then you are pretty much stuck having each tab be a link that refreshes the whole page, with the new tab marked somehow as active and its content included.