Skip to content
Den of Developers
Den of Developers
Android, Java, IOS, Web development and all that programming stuff
Secondary Navigation Menu
Menu
  • Android
  • Java
  • Kotlin
  • Web
  • JavaScript
  • HTML
  • About Us

Aleksandar Gulevski

How to draw some of the most used shape drawables in Android

2021-01-02
By: Aleksandar Gulevski
On: January 2, 2021
In: Android
With: 0 Comments

Intro According to the Android documentation a drawable resource is a general concept for a graphic that can be drawn to the screen and which you can retrieve with APIs such as getDrawable(int) or apply to another XML resource with attributes such as android:drawable and android:icon. There are several differentRead More →

Exposure change – How to measure the percentage of visibility on screen of a view element in Android

2020-10-31
By: Aleksandar Gulevski
On: October 31, 2020
In: Android
With: 0 Comments

Intro In this post we will show you how you can get the visibility of a view element in Android when you scroll the screen, how to determine how much of a view is visible on the screen at given time, to follow the changes in visibility of the givenRead More →

Android quick tips: The easiest way to create style for your layout elements (TextView, EditText, etc…)

2020-10-25
By: Aleksandar Gulevski
On: October 25, 2020
In: Android
With: 0 Comments

In this post we will show you the easiest and quickest way to create style for your layout elements. This android quick tip could be very useful if you are using multiple elements of the same type that have common characteristics. The first step in doing this is: go toRead More →

How to add color images as icons in your navigation drawer menu in Android

2020-07-01
By: Aleksandar Gulevski
On: July 1, 2020
In: Android
With: 0 Comments

Intro In this post we will demonstrate how to add color images as icons in your navigation drawer menu in Android. If you need help creating a navigation drawer you can check out this POST. Exercise First we will create a new android project using empty activity and add a navigationRead More →

How to change the color of menu item and text in Bottom navigation bar in Android

2020-04-14
By: Aleksandar Gulevski
On: April 14, 2020
In: Android
With: 0 Comments

In our last post we showed you how to create a bottom navigation bar in Android using BottomNavigationView. BottomNavigationView. But how to easily change the color of menu item and text of the menu items in the bottom navigation view. It is very easy and simple to change the colorRead More →

Bottom navigation bar in Android with BottomNavigationView and Kotlin

2020-04-01
By: Aleksandar Gulevski
On: April 1, 2020
In: Android
With: 3 Comments

Intro In this post we will demonstrate how to create a bottom navigation bar in Android using BottomNavigationView. BottomNavigationView creates bottom navigation bars, making it easy to explore and switch between top-level content views with a single tap. You should use bottom navigation for top level destinations that need toRead More →

How to dynamically add resources from inside the APK in Android

2020-02-28
By: Aleksandar Gulevski
On: February 28, 2020
In: Android
With: 0 Comments

In a situation where you are getting a response from an API, but there are some additional data (images, descriptions, etc.) that are lacking in the response and you need to add them. If the data that you want to add is small in size you can store that dataRead More →

coding

Tips for self-taught developers — How to persist in your plan to became a developer

2020-02-14
By: Aleksandar Gulevski
On: February 14, 2020
In: Android, Uncategorized
With: 0 Comments

public static rules myRulesOfLife (and coding) { The views expressed in this post are my very personal take on life and coding. You can like some of them or all of them or none of them, you can choose to accept the advice or ignore everything i say. We allRead More →

How to send an email from your android application- the easy way

2019-12-26
By: Aleksandar Gulevski
On: December 26, 2019
In: Android
With: 1 Comment

Intro You are working on an app that has a list of contacts and you want to send an email to one of them for example. The easiest way to do this is to open an email client from your application. You also want to send the data from yourRead More →

Getting a result from an Activity – How to use startActivityForResult() method in Android?

2019-12-04
By: Aleksandar Gulevski
On: December 4, 2019
In: Android
With: 0 Comments

Intro What to do when you need to start an activity just to get some data from this activity and then go back to your previous activity. When you want to send a message and you go to your list of contacts just to select a contact and then goRead More →

Posts navigation

1 2 3 Next

Search

Like us on Facebook

Like us on Facebook

Follow us on Twitter

My Tweets

Authors

  • 1 Aleksandar Gulevski
    • How to draw some of the most used shape drawables in Android
    • Exposure change – How to measure the percentage of visibility on screen of a view element in Android
    • Android quick tips: The easiest way to create style for your layout elements (TextView, EditText, etc…)
    • How to add color images as icons in your navigation drawer menu in Android
    • How to change the color of menu item and text in Bottom navigation bar in Android
  • 1 Ice Carev
    • Spring Boot 1.4 and Quartz, scheduling runtime created job instances from a configuration file
  • 1 Irena Nojkova Angelova
    • How to create a simple Mobile Navigation Menu using Vanilla JavaScript?
    • JavaScript BASICS Part 5: First Class vs. Higher-Order Functions
    • React Components
    • Create-React-App
    • JavaScript BASICS Part 4 : Declaring Javascript Variables var, let, const
  • 1 Viktor Jovanovski
    • Android – Extended Floating Action Button
    • Android – View Binding
    • How to detect if String is HTML or not in Android?
    • Audio Focus Handling in Application
    • Kotlin programming language
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Designed using Hoot Du. Powered by WordPress.