Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

Editing ANTPlusDemo GUI

Rank

Total Posts: 2

Joined 0

PM

I have edited the source code to display all scale information (BodyFat%, Hydration, etc) however the vast majority of this needs a user profile to be calculated properly. I am looking for a way to add text input to the GUI, so essentially the user enter their own age, height, etc and this will be added to the user profile page. I'm still fairly new to developing for android, is it possibly to simply add these fields to the existing GUI or will I have build an entirely new one? Thank you.      
Avatar
RankRankRankRank

Total Posts: 296

Joined 0

PM

You find lots of specs, tutorials and examples on the Android web resources.
I found it very helpful to dig into these when starting with Android development.
In some respects Android development differs from development for other platforms (Windows, .NET, ...), so it's a good idea to obtain at least a fundamental understanding of Android concepts before unpacking your scalpel and doing surgery on Android code.