<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Kluivert</title>
    <description>The latest articles on Forem by Kluivert (@edkluivert).</description>
    <link>https://forem.com/edkluivert</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F213679%2F34b407c9-d7d0-4d6b-983a-739a1fd9754c.png</url>
      <title>Forem: Kluivert</title>
      <link>https://forem.com/edkluivert</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/edkluivert"/>
    <language>en</language>
    <item>
      <title>My Journey as a Developer</title>
      <dc:creator>Kluivert</dc:creator>
      <pubDate>Fri, 24 Apr 2020 09:22:19 +0000</pubDate>
      <link>https://forem.com/edkluivert/my-developer-journey-2p29</link>
      <guid>https://forem.com/edkluivert/my-developer-journey-2p29</guid>
      <description>&lt;p&gt;Hello there, I'm kluivert, a student and an Android developer from Nigeria. I started programming in 2016, however my journey to being an Android developer started in 2017. I learnt Java for 5 months before starting Android, I still remember the YouTube channels that helped me, they are "NewBoston, ProgrammingKnowledge and Duckacademy(a website).". They taught me from scratch, programming was more than just code to me, the idea that I could build awesome things right on my computer was exhilarating and thus my passion grew more and more. I created several teams although they all fell apart due to no funding and me being less experienced. When I entered the University, I was really happy to build something for my school since not very many people knew or had interest in programming, I met a lot of wonderful people in my first year, the likes of Victor (the first Android developer I met in person), Kevwe (web developer with great ideas) , Tammy (talented designer and developer) and of course others who didn't know how to code but loved technology. I was still a beginner though when I built my first app, it was a quiz app for my school, Victor later joined the project. &lt;/p&gt;

&lt;p&gt;When I think about the app's code base, I wanna cry cause it was really crazy that I wrote that code, i mean crazy in a bad way but anyway learning is an everyday thing, I'm glad I'm better today. My journey as an Android developer has been exciting, sad and filled with passion. I recall getting a new laptop and a firm I wanted to work with requested that I use Linux but stubborn me couldn't leave windows at the time cause I felt Linux was hard, however i use Linux mint today after understanding how cool it is and also after windows messed up a project i was about completing. Funny right?. &lt;/p&gt;

&lt;p&gt;Going to the hub more often for meet ups was a practice I started in my second year, Victor and I went to almost every meet up together and of course every meet up was awesome. Ken Saro wiwa innovation hub is the hub I have visited the most, an amazing hub and the hub I'm most familiar with, the manager and other leads are doing an amazing job putting together the tech community. &lt;/p&gt;

&lt;p&gt;I taught few people programming and became a mentor at the Alc 4.0 program, it was a wonderful experience meeting newbies with the passion for knowledge and meeting awesome developers too, one of those people I met was Wisdom and Jason. I understand you don't know any of them but I mention names anyway so you don't get confused with the story. Wisdom gave me insights to developer community, what I should learn and how I should build myself and other important things. My first official job came through wisdom, I'll forever be grateful for that(always) and although the experience wasn't how I expected, I'm still glad it helped me develop myself even more. &lt;/p&gt;

&lt;p&gt;The journey of a developer isn't easy, there's always something new to learn every day, a better approach, plugin, language or software. There's always something new and thus you constantly have to learn and practice. Over the course of my journey since i got my first project, I have sent over a 100 applications and even Dev.to is amongst those applications, no exaggeration, a lot of rejection and reasons why they've decided to move on and even some that won't even get back to you. Lol. It's been absolutely frustrating but still this is a journey not a destination, just cause it's rough today doesn't mean it'll always be. I started programming cause I love it not cause of the money and besides i have people to prove wrong as well, so it's forward always, continue learning and getting better until the testimony. &lt;/p&gt;

&lt;p&gt;So dear devs looking for a job but still haven't found one, don't give up, keep being awesome with committing and pushing, writing better codes, learning more and being a better developer. It'll be fine. Passion first, if you don't love what you do, you won't give your best, so keep loving being a developer and even if you can't build awesome things, build the small things in an awesome way.&lt;/p&gt;

&lt;p&gt;Stay safe guys...&lt;/p&gt;

</description>
      <category>developer</category>
      <category>android</category>
      <category>software</category>
      <category>programming</category>
    </item>
    <item>
      <title>OncreateView in Fragments(Android) has been deprecated</title>
      <dc:creator>Kluivert</dc:creator>
      <pubDate>Mon, 27 Jan 2020 13:26:29 +0000</pubDate>
      <link>https://forem.com/edkluivert/oncreateview-in-fragments-android-has-been-deprecated-1b0</link>
      <guid>https://forem.com/edkluivert/oncreateview-in-fragments-android-has-been-deprecated-1b0</guid>
      <description>&lt;p&gt;Hello guys, ummm basically fragments can work fine without the 'OncreateView' method.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--MlhpYoBT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/2qgno62i6wnypxbg1b2g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--MlhpYoBT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/2qgno62i6wnypxbg1b2g.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Remove the OncreateView method and inflate your layout in the "Fragment()" and it will be "Fragment(R.layout.activity_main)".&lt;/p&gt;

&lt;p&gt;Try that and it works fine. that's all.&lt;/p&gt;

</description>
      <category>android</category>
      <category>kotlin</category>
      <category>todayilearned</category>
    </item>
    <item>
      <title>Dear junior developers</title>
      <dc:creator>Kluivert</dc:creator>
      <pubDate>Mon, 27 Jan 2020 13:14:51 +0000</pubDate>
      <link>https://forem.com/edkluivert/dear-junior-developers-260l</link>
      <guid>https://forem.com/edkluivert/dear-junior-developers-260l</guid>
      <description>&lt;p&gt;Dear junior developers, i know the journey isn't easy, that burning desire to grow and learn more, that feeling that you aren't good enough. i totally understand but trust me, if you keep pushing,&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--DjsmQUT2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/4w9mypw5hrmsyev5nn6d.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DjsmQUT2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/4w9mypw5hrmsyev5nn6d.jpeg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Pun Intended&lt;/em&gt;, &lt;em&gt;drop a comment if you get it&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;you'll defintely get to that part where you smile and beat your chest for writing that code you think you couldn't write some time ago.&lt;/p&gt;

&lt;p&gt;Don't forget to live as well, being a developer doesn't mean you don't have a life. Some advice i can give are&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Eat healthy&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Go to the gym&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Make good friends&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Set aside time to catch up with the world( a movie or song or sport)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Code for an hour at least every day.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That's all. Have a wonderful week&lt;/p&gt;

</description>
      <category>developers</category>
      <category>android</category>
      <category>productivity</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Variables in kotlin</title>
      <dc:creator>Kluivert</dc:creator>
      <pubDate>Fri, 13 Sep 2019 19:33:38 +0000</pubDate>
      <link>https://forem.com/edkluivert/variables-in-kotlin-4amc</link>
      <guid>https://forem.com/edkluivert/variables-in-kotlin-4amc</guid>
      <description>&lt;p&gt;Welcome back everyone to another brief learning of kotlin and today we will be talking about variables.&lt;/p&gt;

&lt;p&gt;TADA!!!!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fw7ntki0602k9o02augz9.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fw7ntki0602k9o02augz9.jpeg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now let's start, first i wanna believe you aren't a newbie in programming but if you are, no problemo.&lt;/p&gt;

&lt;p&gt;Alright you'll need Inteli J Idea installed on your computer for starts, don't forget java jdk as well. Here are the respective links to get them.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.jetbrains.com/idea/download/index.html#section=linux" rel="noopener noreferrer"&gt;https://www.jetbrains.com/idea/download/index.html#section=linux&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html" rel="noopener noreferrer"&gt;https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you already had them, great let's begin right away.&lt;/p&gt;

&lt;p&gt;So kotlin has data types, what are data types you ask?&lt;br&gt;
consider them as containers carrying different information/data.&lt;/p&gt;

&lt;p&gt;How exactly?&lt;/p&gt;

&lt;p&gt;Say we different cups lined up, those cups are the containers but what they have inside is what makes them different. We use these different data in building cool stuffs and passing information to our computer.&lt;/p&gt;

&lt;p&gt;Examples of data types are:&lt;/p&gt;

&lt;p&gt;1.Int = Integers &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;String = Bunch of characters such as texts or words.&lt;/li&gt;
&lt;li&gt;Double = Decimal digits&lt;/li&gt;
&lt;li&gt;Float = Decimal digits too but smaller than double&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;As the name implies, a double has 2x the precision of float[1]. In general a double has 15 decimal digits of precision, while float has 7.&lt;/p&gt;

&lt;p&gt;Here's how the number of digits are calculated:&lt;/p&gt;

&lt;p&gt;double has 52 mantissa bits + 1 hidden bit: log(253)÷log(10) = 15.95 digits&lt;/p&gt;

&lt;p&gt;float has 23 mantissa bits + 1 hidden bit: log(224)÷log(10) = 7.22 digits &lt;/p&gt;

&lt;p&gt;This precision loss could lead to truncation errors much easier to float up&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Char = characters of the 26 alphabets&lt;/li&gt;
&lt;li&gt;Boolean = True or false&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Next: How to define variables in kotlin&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.ytimg.com%2Fvi%2FGidIn50ZOgg%2Fmaxresdefault.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.ytimg.com%2Fvi%2FGidIn50ZOgg%2Fmaxresdefault.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So open your Inteli J idea and create your kotlin project.&lt;/p&gt;

&lt;p&gt;You declare variables in two ways in kotlin.&lt;/p&gt;

&lt;p&gt;Using "var" or "val"&lt;/p&gt;

&lt;p&gt;Difference:&lt;br&gt;
var means you can assign a different value different from the initial value to the variable whenever you want.&lt;/p&gt;

&lt;p&gt;example:&lt;/p&gt;

&lt;p&gt;//initial value&lt;br&gt;
var kot:Int = 8 &lt;/p&gt;

&lt;p&gt;//new value &lt;/p&gt;

&lt;p&gt;kot = 10&lt;/p&gt;

&lt;p&gt;println(kot)&lt;/p&gt;

&lt;p&gt;Output = 10&lt;/p&gt;

&lt;p&gt;Using val&lt;/p&gt;

&lt;p&gt;val kot:Int = 8&lt;/p&gt;

&lt;p&gt;kot = 6&lt;/p&gt;

&lt;p&gt;(Editor throws error "kot cannot be assigned a value").&lt;/p&gt;

&lt;p&gt;That's for today. I'm sorry guys but i promise more posts. &lt;br&gt;
Feel free to ask your questions as well.&lt;/p&gt;

&lt;p&gt;Here's how you'd define variables of different data types&lt;/p&gt;

&lt;p&gt;val a:Double = 4.8d&lt;br&gt;
val b:Float = 5.0&lt;br&gt;
val c:Char = 'g'&lt;br&gt;
val d:Strinfg = "Hello"&lt;br&gt;
val e:Boolean = true&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;

</description>
      <category>android</category>
      <category>kotlin</category>
    </item>
    <item>
      <title>Introduction to kotlin section1</title>
      <dc:creator>Kluivert</dc:creator>
      <pubDate>Fri, 30 Aug 2019 13:45:51 +0000</pubDate>
      <link>https://forem.com/edkluivert/introduction-to-kotlin-section1-47i</link>
      <guid>https://forem.com/edkluivert/introduction-to-kotlin-section1-47i</guid>
      <description>&lt;p&gt;Hello guys, so i decided to start the kotlin series and today i'll be giving you an introductory class to it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rWwMaLzf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/8e8pic0bkat3dec3ftfl.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rWwMaLzf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/8e8pic0bkat3dec3ftfl.jpeg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;History of kotlin&lt;/p&gt;

&lt;p&gt;• First appeared in 2011, Current stable release 1.3.41.&lt;/p&gt;

&lt;p&gt;• On Feb 2012, open sourced.&lt;/p&gt;

&lt;p&gt;• Kotlin v1.0 was released on 15 February 2016.&lt;/p&gt;

&lt;p&gt;• At Google I/O 2017, Google announced first-class&lt;br&gt;
support for Kotlin onAndroid.&lt;/p&gt;

&lt;p&gt;• Kotlin v1.2 was released on 28 November 2017.&lt;br&gt;
Sharing code between JVM and Javascript.&lt;/p&gt;

&lt;p&gt;• On May 7 2019, Google announced Kotlin as a first&lt;br&gt;
preferred language for Android app developers.&lt;/p&gt;

&lt;p&gt;What is kotlin?&lt;/p&gt;

&lt;p&gt;“Kotlin is a new programming language targeting JVM, Android&lt;/p&gt;

&lt;p&gt;and even JavaScript.”&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Modern and Statically typed&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Interoperable with java 100%&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Works anywhere java does&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Targets Native, Javascript, JVM and Android &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Object oriented and also a functional language too&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open source&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Developed by Jetbrains( yea the geeks who build our loveable Android studio).&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--A8AZsoH0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/kw1s6kbbfsoef6zz0p6u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A8AZsoH0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/kw1s6kbbfsoef6zz0p6u.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What's kotlin about?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--CtsG5aS0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/tmbkxbuvh98o72n19b7b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CtsG5aS0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/tmbkxbuvh98o72n19b7b.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Why kotlin?&lt;/p&gt;

&lt;p&gt;• It is a fun language and costs nothing to adopt.&lt;/p&gt;

&lt;p&gt;• Tired of Java, JavaScript ? Concise language.&lt;/p&gt;

&lt;p&gt;• Helps you to be more productive. No runtime&lt;br&gt;
overheads.&lt;/p&gt;

&lt;p&gt;• Everywhere&lt;/p&gt;

&lt;p&gt;• Push from Google and Android community.&lt;/p&gt;

&lt;p&gt;• Cool language features.&lt;/p&gt;

&lt;p&gt;• Functional Nature. Solves nullability problem&lt;/p&gt;

&lt;p&gt;KotlinEveryWhere( kotlin's usage)&lt;/p&gt;

&lt;p&gt;• Android Developers (JVM)&lt;/p&gt;

&lt;p&gt;• Backend Developers (JVM)&lt;/p&gt;

&lt;p&gt;• IOS Developers (LLVM) - Haven't seen this in action though&lt;/p&gt;

&lt;p&gt;• Windows Developer (LLVM) - Haven't seen this in action either&lt;/p&gt;

&lt;p&gt;• Javascript Developers &lt;/p&gt;

&lt;p&gt;Well we will stop here today and brace yourself for another section(Kotlin basics).Thank you..&lt;/p&gt;

&lt;p&gt;Drop comments if any and don't forget to share.&lt;/p&gt;

</description>
      <category>kotlin</category>
      <category>android</category>
      <category>programming</category>
    </item>
    <item>
      <title>Why you should switch to kotlin as an android developer</title>
      <dc:creator>Kluivert</dc:creator>
      <pubDate>Wed, 28 Aug 2019 11:12:57 +0000</pubDate>
      <link>https://forem.com/edkluivert/why-you-should-switch-to-kotlin-as-an-android-developer-212o</link>
      <guid>https://forem.com/edkluivert/why-you-should-switch-to-kotlin-as-an-android-developer-212o</guid>
      <description>&lt;p&gt;About two years ago, Google announced kotlin as the official language for android development and since then Google have been trying their best to make developers adapt to it.&lt;/p&gt;

&lt;p&gt;Today i'll be giving you reasons why you should start to use kotlin for developing android apps, here are some of my reaons.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Kotlin is simpler and concise - defining classes and variables in kotlin can be pretty easy and small lines of code.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;an example would be this&lt;/p&gt;

&lt;p&gt;var variable:Int = 10&lt;br&gt;
var string:String = "Hello World"&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Kotlin allows nullability - yes to making your variables null in value.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Kotlin is very expressive - from methods, control statements and classes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Kotlin is more demanded in android development - most companies specialised in the development of android apps now require kotlin devs when hiring.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;There's more to kotlin but these are few points of mine tho. I do hope you find reasons to consider learning kotlin as an android developer.&lt;br&gt;
Thank you.&lt;/p&gt;

&lt;p&gt;Let me know in the comment section if you want posts on how to get started with kotlin, i'll be happy to post such topics and hope you'll learn. thank you and have a wonderful day&lt;/p&gt;

</description>
      <category>kotlin</category>
      <category>android</category>
      <category>programming</category>
    </item>
    <item>
      <title>Making Android studio look cooler.</title>
      <dc:creator>Kluivert</dc:creator>
      <pubDate>Tue, 20 Aug 2019 14:13:55 +0000</pubDate>
      <link>https://forem.com/edkluivert/making-android-studio-look-better-1klc</link>
      <guid>https://forem.com/edkluivert/making-android-studio-look-better-1klc</guid>
      <description>&lt;p&gt;Hey there guys!, today i'll be showing you how to make your Android studio look more prettier.&lt;/p&gt;

&lt;p&gt;Step 1. Open Android studio, go to settings.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--HQ5hZvzs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/uxzxgkc9azf0s9mv1wxf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--HQ5hZvzs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/uxzxgkc9azf0s9mv1wxf.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 2. Look for plugins, then click on it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Qfv6IFtU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ddawyps6g3pcelmmaq8j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Qfv6IFtU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ddawyps6g3pcelmmaq8j.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 3. You should see a tab (marketplace, installed and updates), click on market place and search for "Material Theme UI". download the plugin.&lt;/p&gt;

&lt;p&gt;Step 4. Android studio will ask for restart, well restart and plugin will be active and then you can select the theme you want on android studio, you can also customize it more on the appearance settings(Settings).&lt;/p&gt;

&lt;p&gt;Hope you like it?. Alrighty then. Have a wonderful day....&lt;/p&gt;

</description>
      <category>android</category>
      <category>androidstudio</category>
      <category>kotlin</category>
      <category>uiweekly</category>
    </item>
  </channel>
</rss>
