#100daysofkotlin 搜尋結果
Starting small with the basics of Kotlin #100DaysOfKotlin #AndroidDev #sketchnoting4all #sketchnoting
Why Kotlin? What would you add to this list? #100DaysOfKotlin #AndroidDev #sketchnoting4all #sketchnoting
Catching the 🏏 highlights over morning tea. Then a walk and settle in for day 4 of my #100DaysOfKotlin. It's a good start to the day. Happy Fridays Twitterverse!
For the first time ever, I'm going to do #the100dayproject. I'm starting #100DaysOfKotlin: one #sketchnote per day! 👩🏻💻💁🏻♀️
Day 3 of #100DaysOfCode & #100DaysOfKotlin • Learned how to change theme of an android project • Adding app icons and other icons
#100DaysOfCode #100DaysofKotlin Day 5/100. Learnt a lot today on Compact functions, Kotlin Filters and Kotlin Lambdas.
Day 99 #100DaysOfKotlin Worked on the following projects to help better understand Compose: - Task Manager - Article App - Quadrants Learnt about containers: - rows - columns - box - surface - wrapping one container in another - alignment Working on a Business App
Day 89 #100DaysOfKotlin Completed the login part, now moving to the signup activity. I learnt a lot whilst coding this part such as RecyclerView, ViewGroups, getting images from the server and displaying them on an android phone
Days 78&78 #100DaysOfKotlin 2000+ LOC, 48 hours of coding, 6 hours of sleep combined, 6 hours debugging and still the app crashes 🤣 I should have written tests before
#100DaysOfCode #100daysofKotlin Day 2/100 Learnt about for loop and for ranges for ascending, descending and skipping of values.
#kotlin #100DaysOfKotlin #AndroidDev #androiddevelopment . I think my design makes sense #materialdesign
#100DaysOfCode #100DaysOfKotlin Day 9/100 I learnt about Pairs, Deconstruction and Collections in Kotlin
#100DaysOfCode of #100DaysofKotlin Today, Its action time. Enough Planning. Going to write base classes for my app in #Kotlin on my #vagrant based #centos machine. #a3point
#androiddev #100DaysOfCode #100DaysOfKotlin #codingisfun You can check the type of any object using 'is' keyword .
Day1 - Finished Lesson1(Introduction), Lesson2(Kotlin Basics) - Basics of variables and operators, Conditions, String basics - Declaring null variables & lists - Arrays & Lists & For #100daysOfKotlin #100DaysOfCode
December is getting busy - Jumpstarted a @kotlin #AndroidDev project that's been on my mind for a while! Kickstarting #100DaysOfKotlin learning kotlin.fyi/home/100days/ Follow these for daily updates: @kotlinfyi dev.kotlin.fyi kotlin.fyi
#Androiddev #100DaysOfCode #100DaysOfKotlin #coding_is_fun Kotlin null-safety is one of most great to have features , it reduce the NPE by 20% according to the official site , here is how you can use it
Day 8 of #100DaysOfKotlin was HUGE! 🤯 Mastered Kotlin Maps (mutable/immutable), then dived into higher-order functions like filter, map & forEach. Chaining them is magic! ✨ Wrapped up with a "Class Report" challenge using parallel lists. So much learning! #Kotlin #Coding
🚀 #100DaysOfKotlin 🗓️ Day 1 — Getting my hands on core Kotlin before diving deep into Jetpack Compose ✅ Variables, Functions, Data Classes ✅ Null Safety & Smart Casting ✅ when Expression ✅ Loops, Lambdas, & Filtering Tasks #AndroidDev #JetpackCompose #Kotlin #100DaysOfCode
#100DaysOfAndroid #100DaysOfCode #100DaysOfKotlin #AndroidDev I’m happy to share that on 29 December 2022 I was able to successfully graduate from the #Android #Kotlin Developer #Nanodegree program. 🥳🎉 Thanks, @udacity for this great course 🙏❤️😊 🔗 confirm.udacity.com/KCK5SKFP
Doing 100days of Kotlin. Ill be using this book #AtomicKotlin. Will share my experience along the way. So help me God! #RoadToCertifiedAAD #100DaysOfKotlin #AndroidDev #AndroidEngineer
Kotlin Data Structures and Algorithms ✅ #dsa #100daysofkotlindsa #100daysofkotlin #kotlin #datastructuresandalgorithms #kotlindsa #dsakotlin
Asymptotic Behavior is counting only bigger “n” with power. For example: f(n)=3n+5 is f(n)=n or f(n)=3n^2+5 is f(n)=n^2.
Best - Omega notation (Ω) > Average - Theta notation (θ) > Worst - Big O notation (O) #dsa #100daysofkotlindsa #100daysofkotlin #kotlin #datastructuresandalgorithms #kotlindsa #dsakotlin
Worst case analysis: Worst case defines the maximum time required by an algorithm to produce the output. It's also represented as a Big O notation (O).
Day 7/100: ✅ Calculate the tip ✅ End of unit quiz ✅ Unit review ✅ Make a unit converter app: XML Layouts and UI interactions @AndroidDev #100daysofcodechallenge #100DaysOfCode #100daysofkotlin #learningkotlin #androidbasics #codelabs
Day 6/100: ✅ Tip calculator app introduction ✅ Classes and inheritance in Kotlin ✅ Create XML Layouts for Android ✅ Create app of my own choice @AndroidDev #100daysofcodechallenge #100daysofcode #100daysofkotlin #learningkotlin #androidbasics #codelabs
Day 5/100: ✅ Finish: Lemonade app project ✅ Review Unit 1:Kotlin Basics @AndroidDev #100daysofcodechallenge #100daysofcode #100daysofkotlin #learningkotlin #androidbasics #codelabs
Starting small with the basics of Kotlin #100DaysOfKotlin #AndroidDev #sketchnoting4all #sketchnoting
Why Kotlin? What would you add to this list? #100DaysOfKotlin #AndroidDev #sketchnoting4all #sketchnoting
Property = field + getter + setter #100DaysOfKotlin #AndroidDev #sketchnoting4all #letssketchtechmeetup
Day 3 of #100DaysOfCode & #100DaysOfKotlin • Learned how to change theme of an android project • Adding app icons and other icons
#100DaysOfCode #100DaysofKotlin Day 5/100. Learnt a lot today on Compact functions, Kotlin Filters and Kotlin Lambdas.
#day2 of 💯 #100daysofkotlin #100DaysOfCode working with #kotlin #generictypes I created a function that can take two argument types of any kind. Then another function to format my print out, which also has generic types 👽🤠😉😈<T> #alias_one11
#day3 out of 💯 #100daysofkotlin #100DaysOfCode Creating an object, copying it & then changing its values. Then destructuring an object & changing its variable names & accessing a variable member, not inside the constructor of the class, to output everything.
#100DaysOfCode #100DaysOfKotlin Day 9/100 I learnt about Pairs, Deconstruction and Collections in Kotlin
#100DaysOfCode #100daysofKotlin Day 2/100 Learnt about for loop and for ranges for ascending, descending and skipping of values.
#100DaysOfCode of #100DaysofKotlin Today, Its action time. Enough Planning. Going to write base classes for my app in #Kotlin on my #vagrant based #centos machine. #a3point
#day1 out 💯 #100daysofkotlin working with kotlin list. Creating a console game which give a player instance weapons & loot stored in a list. I’m never using java again if I don’t have too 😆😂🤣👂🏾 #100DaysOfCode #alias_one11
#androiddev #100DaysOfCode #100DaysOfKotlin #codingisfun You can check the type of any object using 'is' keyword .
For the first time ever, I'm going to do #the100dayproject. I'm starting #100DaysOfKotlin: one #sketchnote per day! 👩🏻💻💁🏻♀️
End of Day 1: Took more time than expected because Kotlin is a new experience to me. Done though! github.com/sriharshachila… #100DaysOfAndroid #100DaysOfKotlin #100DaysOfCode
End of Day 2! Learnt about RecyclerView and CardView, reading images from drawable resources, Kotlin let, with, apply and also functions and function expressions in Kotlin. Happy new year!! github.com/sriharshachila… #100DaysOfAndroid #100DaysOfKotlin #100DaysOfCode
Day 4 complete! Learnt a lot about fragments, menu resources, array resources, xml typed arrays, custom action views in menu items, Spinners, lateinit in Kotlin, and ScrollView and FrameLayout! github.com/sriharshachila… #100DaysOfAndroid #100DaysOfKotlin #100DaysOfCode
Day 3 just ended: I learnt about intents, Kotlin's Suppress annotation, picking images, layout weights, function references and two ways of reading images. Enjoy the gulab jamoons! github.com/sriharshachila… #100DaysOfAndroid #100DaysOfKotlin #100DaysOfCode
Something went wrong.
Something went wrong.
United States Trends
- 1. Jayden Daniels 23.8K posts
- 2. Dan Quinn 6,896 posts
- 3. Seahawks 37.9K posts
- 4. Sam Darnold 14.9K posts
- 5. jungkook 599K posts
- 6. Jake LaRavia 5,359 posts
- 7. Commanders 49.9K posts
- 8. Perle Labs 4,455 posts
- 9. #RaiseHail 8,743 posts
- 10. Bronny 14.4K posts
- 11. 60 Minutes 72.4K posts
- 12. Marcus Smart 3,411 posts
- 13. Joe Whitt 2,268 posts
- 14. Godzilla 40.6K posts
- 15. #BaddiesAfricaReunion 6,308 posts
- 16. #RHOP 6,767 posts
- 17. Jaxson Hayes 3,167 posts
- 18. Ware 5,165 posts
- 19. #smilingfriends 5,588 posts
- 20. Jovic 1,083 posts