My Story by JJBA



My life story and experience as well as CV, all packed in a cool Android app made with Kotlin, using some sweet customizable gradients as well as recycler views combined with cards, with the use of DayNight theme variants, possibly supporting auto night mode in Pixel devices.


Get it on Google Play
Enjoy and learn all you can about programming in my app too!

Getting Started


These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites


Necessary software would be Android Studio with latest Canary Build, as well as latest Kotlin.


Installing


Just delete my iml files and make sure you have everything in your system up-to-date.

Coding Style


I have chosen the Square Java and Square Android coding style, since code becomes much more readable in my perspective, using 2 spaces as indentation instead of the default 4 , which can make some parts of your code a mess of braces. Simply check the result of my Android projects, and compare the code style with others!


override fun getCount(): Int {
    return listItemsTxt.size
  }

  /**
   * Properties of ItemRowHolder Object
   * @sample ItemRowHolder
   */
  private class ItemRowHolder(row: View?) {
    val label: TextView = row?.findViewById(R.id.txtDropDownLabel) as TextView
    val pic: ImageView = row?.findViewById(R.id.imgDropDownMenuIcon) as ImageView
  }


Deployment


App release can be found in the appropiate folder and in Play Store!

Built With

Android Studio - Integrated Development Environment
Gradle - Build Tool and Scripts
Kotlin - Chosen language of the app's core logic

Contributing


Any contribution, comment and pull request will be welcome, join me in this voyage learning Android.

Authors

Josep Jesus Bigorra Algaba - Creator - JJBA](https://github.com/Josep-Jesus-Bigorra-Algaba)

See also the list of [contributors](https://github.com/Josep-Jesus-Bigorra-Algaba/SuperConverterLite/contributors) who participated in this project.

License


This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](LICENSE) file for details

Acknowledgments


* Hat tip to anyone whose code was used
* Inspiration from my sweet girl
Share:

No comments:

Post a Comment

Popular Posts

Labels

Followers

Recent Posts

Back to Top