I'm building a app and I want to create grouping of my settings for the app, like you can do with a Preference Screen. I'm using the Support Design Library to be able to use Floating Labels and so on.
I've been searching like crazy but can't seem to find any answer...
Hope someone here knows how to do this and can help, and hope you understand what I want to do, despite my rusty english :)
I would like the below image but not using the "PreferenceActivity".
Thanks in advance.
Related
I am trying to create an app similar to "Kresta" app on Android.
I attached some images related to what I want to do.
I have tried searching but nothing has come up so far because I don't know what is this technique called. Please guide in the right direction.
Thanks.
I can probably add the curtains using bitmaps and canvas, I only need guidance in adding that editable yellow area.
You probably want to look at some of the libraries that are focused on image manipulation/transformation. The question you ask is very broad. Perhaps starting here will help you refine your search and/or questions: https://android-arsenal.com/tag/47
I have a doubt.
How to design a user interface in Photoshop and grab that PS files and then place them into Android Studio and apply them to our app.
I really need help for this so please do not close this question.
Any video tutorials or websites which would help me out would be really appreciated.
I really want to start developing apps and put them in the Play Store with great material design and transitions plus great user interface.
Any help for material design?
You simply canno't do that.
Android can't handle psd file by default.
I believe there exists some exporters that can do that.
Maybe something like that would be useful.
The following is my instructions page for the application that is being worked upon. For now I am just display this image via the ImageView using the scaleXY property to make it pan out throughout the screen. I do know that this is a very lame approach to making a tutorials page ... So can someone please tell me how can I correctly implement this tutorials page in my application ? Thanks in advanced.
This here looks like it can help you.
You're current method works, but I think you'll find this alternative much more preferable.
The ShowcaseView library is designed to highlight and showcase specific parts of apps to the user with a distinctive and attractive overlay. This library is great for pointing out points of interest for users, gestures, or obscure but useful items.
https://github.com/Espiandev/ShowcaseView
I did search the internet to find an answer to my questions but there are no websites that did help me, so I hope someone can! Thank you in advance and have a nice day :-)
So these days I've been busy to get more into the Android Design guidelines and to learn more about it and how to implement it in my future applications. This is the main website I use to see what the guidelines are: http://developer.android.com/design/index.html. Great website but there are a few small things I just can't find in the dev guide or somewhere else. I just don't know how to implement some (simple) UI elements.
Can someone provide me code snippets of the following questions? (I want to know how to do it as simple as possible, how Google ment it!) It can help other (starting) developers too!
My main question is, are there special elements to achieve these things? As they are the key element in Android 4.0 it should have this things as some standard right?
1) Android 4.0 is using titles with dividers a lot in there new theme and it's looking great. But I can't find how to do implement this element simple like it should. What I want to know is how to make this blue title text with the grey looking divider underneath it look at this picture:
2) How to make section dividers in general? Like this image:
3) How to make a list with section dividers and give a list-item a 2-line explanation under it's name like this:
I did search the internet to find an answer to my questions but there are no websites that did help me, so I hope someone can! Thank you in advance and have a nice day :-)
In most cases how you are going to have to do it is create a custom layout. I tried recreating the look of the people application this way. for the most part the look you are going for is similar to the PreferenceActivityview. That gives you the look of the last image and probably how it was done in the People application with some extra programming. I just found it easier to create my own layout though instead of trying to mess around with that.
To my knowledge there is nothing in the api to create what you are looking to do easily and custom layout are going to be the way to go.
the custom dialog layout like you show in the beginning is very simple to do so if you dont know how to do manipulate layouts I would start there. look up the android color swatches to get the color of that blue
Edit
another thing you could do is look through the People source code and see how they did it but it will probably be more of a pain than what its worth when you can just do a layout
I really like some effects in iPad. Especial flipboard, but I am an android developer at the moment, so I want to build an app which has the same effect. But I cannot find any source code about it on the Internet. On youtube I found a video I really like. Can someone help me?
Hey… Here is a quick guide for getting the clipboard effect on your Android phone. Just go through this tutorial for getting it. Hope it will be helpful to you.
http://openaphid.github.com/blog/2012/07/27/how-to-handle-touch-events-for-flip-animation/ there u go, but it is on opengl, and i'm not sure if it supports complex views as ListView. If you want to make one from the scratch i also recommend you this link. It is on Flex, but the principle is similar. http://oreilly.com/pub/a/javascript/archive/flashhacks.html?page=1