Android: ActivityGroup tutorial with example [closed] - android

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Can u please suggest a good tutorial (with example) for ActivityGroup. I am completely new about this topic.
Thank you

Are you trying to extend ActivityGroup in your project with specific requirements? Here is a tutorial with a TabActivity and ActivityGroup.

Related

How to make this animation on Android? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
http://1.bp.blogspot.com/-Vv4SxVSI2DY/VEqQxAf3PWI/AAAAAAAAA7c/mfq7XBrIGgo/s1600/activity_transitions%2B(1).gif
I was reading about Material Design and I fall in love with this transition. Its named "Activity + Fragment Transitions" on the post.
Has anyone a tutorial or a name so I can search more precise?
Check out this implementation on Activity transitions which i am using!

How to make a floating guide for android apps? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I saw couple of apps that when I open them for the first time I get some floating windows that explain to me how to use the app.
I couldn't find any tutorials and code examples for this.
How do I make this kind of guide for my app?
I found two projects that do exactly what I want
https://github.com/amlcurran/ShowcaseView
https://github.com/stephanenicolas/RoboDemo

Creating a candlestickgraph in android [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I was looking at stockcharts - http://code.google.com/p/stock-chart for creating candlestickgraphs in my application. I could not find any good tutorials on it. Does anyone know of some good tutorial for using stock charts.
You can try afree chart api for candlestickgraphs. It contains all types of charts. The following link contains sample code
afreechart
and try this link too
Candlestickgraphs in JFreeChart
I think it may help you..

Android TestView extends View [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need a good tutorial on how to do a View Class with OnTouch that also uses Threads any idea where i can see this?
Thank you
In german and without threads but it should give you an idea how it works
http://www.milestone-blog.de/android-development/einfaches-zeichnen-canvas/

Documentation/explanation of Android Windowing System/WindowManagerService class [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Please help me with finding sufficient documentation/explaination of Android WindowManagerService class?
or in general Android Windowing System.
Found this, explains windows and call stacks well: http://www.worlduc.com/UploadFiles/BlogFile/359%5C10813941%5Candroid%20graphics%20architecture.pdf
Find this presentation, may help you.
http://people.debian.org.tw/~olv/surfaceflinger/surfaceflinger.pdf

Categories

Resources