• Lenovo Mac OS X Battery Fix

    Here is a nifty little script that I wrote a while ago that when applied to your custom extracted DSDT on the Lenovo L420, it will enable the battery percentage, not much required!

  • Samsung Galaxy S10 Nasty Surprise

    There are many reasons why everyone is excited about Samsung’s 10th-anniversary Galaxy S10. Most notably the leaked triple rear cameras, ’ultrasonic’ in-display reader, new gradient color schemes and 5G option.

  • Start using Flutter!

    Build beautiful native apps in record time Flutter is Google’s mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time.

  • Android App Bundles

    What the hell is an App bundle anyway? There were a ton of exciting things announced at I/O this year — one of the things that caught my eyes the most was the new app bundle format.

  • ASUS X550LDV Mac OS X Guide

    With the purpose of running the beloved Apple Mac OS X on our Intel ASUS laptop I am writing this guide to share my experience and knowledge about this Hackintosh.

Showing posts with label algaba. Show all posts
Showing posts with label algaba. Show all posts

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:

My Portfolio - Ajax paradise (not football)

I have lately been working on building my own JavaScript based websites to provide a demonstration of my programming skills, showcasing all Asynchronous Javascript, JSON and XML methods, all in small and tidy functions, that are currently still being worked on.




Obviously it supports many languages and instant translation across the most spoken languages in this world. It also has a light and dark mode that applies instantly and, also sports a custom made music player that carries on as you navigate in this page.




Supports all unicode characters without a problem, as well as all writing directions and scripts. Currently working on adding even more languages to reach a more global audience.




Currently works in English, Spanish, Portuguese, Catalan, Dutch, Latin, Telugu, Hindi, Arab, Icelandic, romanian, Chinese (Simplified), Russian and Japanese.



Even the error pages are translated hihi, this server is well protected and works with SSL and HTTPS without a problem. It will use three separate cookies, that only serve the purpose of improving your in app experience by savig the prefered language and the theme of the website.



Make sure to check the source code that makes this website run (mostly Javascript) and drop a star on my GitHub.

Share:

Popular Posts

Labels

Followers

Recent Posts

Back to Top