Open in app
Home
Notifications
Lists
Stories

Write
Arsen Asatryan
Arsen Asatryan

Home

Nov 10, 2020

Kotlin Sealed Classes

Sealed classes in Kotlin are another new concept we didn’t have in Java, and open another new world of possibilities. A sealed class allows you to represent constrained hierarchies in which an object can only be of one of the given types. That is, we have a class with a…

Android

4 min read

Kotlin Sealed Classes
Kotlin Sealed Classes

Nov 9, 2020

Memory Management In Android

When developing an Android app, it’s important to learn what goes into optimization and memory management. Learn how to improve memory usage in this article. Android uses paging and memory-maping (mmaping) instead of providing swap space, which means any memory your application touches cannot be paged out unless you release…

Android

8 min read

Memory Management In Android
Memory Management In Android

Nov 3, 2020

Creating Custom Views In Android

1.1. Default views The Android framework provides several default views. The base class a view is the View. Views are responsible for measuring and drawing themselves and their child elements (in case of a ViewGroup). Views are also responsible for saving their UI state and handling touch events. …

Android

3 min read

Creating Custom Views In Android
Creating Custom Views In Android
Arsen Asatryan

Arsen Asatryan

Hi I am Arsen I am 23 old Android Developer From Armenia Trying to do my best for improving Android Community.

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable