Small fixes to RoboDemo#8
Open
ericharlow wants to merge 12 commits into
Open
Conversation
Android 2.x had some styling problems with same color text and background. Changed referenced R.java in sample to compile. Added Android annotation suppress lint.
Android 2.x had some styling problems with same color text and background. Changed referenced R.java in sample in order to compile. Added Android annotation suppress lint.
Added Fragment Support so that activities that use a super class other than Activity itself are supported.
No longer need to subclass and implement getDrawViewAdapter(). Simply create a xml layout with a DrawView. See the sample project as a how to reference. Added a couple goodies for a new feature to come. :)
In the DrawView xml set the attribute handlerType to TouchHandler. Made LabeledPoint a little easier to use with updated constructors. Demonstrate using TouchHandler in sample.
When that back button is called on the DemoFragment the fragment runs through the same process as the okay button finishing the walkthrough. Added a new LabeledPoint constructor for ease of use.
When that back button is called on the DemoFragment the fragment runs through the same process as the okay button finishing the walkthrough. Added a new LabeledPoint constructor for ease of use. Updated the lib jar.
Added the ability to have a touch driven animation handler through the use of TouchAnimationHandler in DrawView.
By convention the drawable will be auto sized to the view's dimensions. Using a ShapeDrawable for it's flexibility on size changes. Added convenience method for UI testing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey I don't use github much, but wanted to get more involved.
I made a couple small changes to your project.
Let me know what you think?
Also I have never used maven and was unsure of how to update the apklib.