My Android Solutions
  • Categories
    • Android Studio Tips
    • Articles
    • Did You Know?
    • Info
    • Snippets
    • Solutions
    • Tools
    • Tutorial
    • Privacy Policy
    • Privacy Tools
  • Kotlin
  • Archive
  • Pages
    • Today I Learned…
    • Android applications
    • Xamarin Forms
    • Android Quiz

Android Squared CardView

access_timeMay 25, 2019
person
Laura Suciu
folder_openSolutions
turned_in_notandroid, CardView, ConstraintLayout, square
commentNo Comments
Recently, I had to add a perfect square CardView and I wanted to achieve this without hardcoding its width and height. I happily discovered the power of ConstraintLayout and this is how I managed to create a perfect square which…
Read More

Android Studio / IntelliJ IDEA productivity guide

access_timeFebruary 3, 2023
person
Catalin Prata
folder_openPrivacy Policy
turned_in_notandroid, Android Studio, productivity
commentNo Comments
Android Studio and productivity One interesting feature that Android Studio and IntelliJ IDEA have is the Productivity Guide panel. It helps you see how much of the productivity tools that are available and you are using. You can see here…
Read More

Logs – how to filter them in Android Studio

access_timeJanuary 5, 2022
person
Catalin Prata
folder_openPrivacy Policy
turned_in_notandroid, androidlogs, logs
commentNo Comments
I’ve stumbled across a lot of logs noise in Android Studio throughout the time and it can be a pain when you need to debug a crash or just read some important logs of your app when your device/emulator prints…
Read More

Load instrumentation test local files

access_timeAugust 5, 2021
person
kazydroid
folder_openPrivacy Policy
turned_in_notandroidtest, instrumentation, logs, tests
commentNo Comments
Sometimes you might need to add setup files (json/xml/.properties/etc.) to your instrumentation tests (androidTest) and load them in your tests. One way to do that is to add them to the assets directory. Add the assets directory to your src/androidTest…
Read More

Print Android instrumentation tests logs in the terminal/console

access_timeAugust 2, 2021
person
Catalin Prata
folder_openPrivacy Policy
commentNo Comments
While debugging some Android instrumentation tests that were ran using ‘adb shell am instrument', I needed to print some logs into the terminal/console to inspect the flow and resolve some issues. One would think that you could simply use Log.i/e/d…
Read More

Android Parse JSON file from Assets

access_timeJuly 25, 2019
person
Laura Suciu
folder_openSnippets, Solutions
turned_in_notGSON, JSON, parse
commentNo Comments

If you ever wondered how to read and parse a simple JSON file stored in the assets directory of your Android project, here is a way to do it.

Read More

Android Simple Section RecylerView

access_timeJuly 18, 2019
person
Laura Suciu
folder_openTutorial
turned_in_notandroid, RecyclerView, section, sectioned recyclerView, simple sectioned RecyclerView
commentNo Comments
In this tutorial I will create a simple Sectioned RecyclerView that will show 2 sections and a few items in each section and how to move an item from one section to another. Note: For RecyclerView I used AndroidX imports…
Read More

Android Bottom Border Line

access_timeApril 11, 2019
person
Laura Suciu
folder_openSolutions
commentNo Comments
The simplest way to add a bottom border line to a view is this one. If you search on Google and StackOverflow you will find many ways to do this, but they seemed overly complex compared to this one. So…
Read More

Xamarin Forms: ActivityIndicator Size

access_timeMarch 28, 2019
person
Laura Suciu
folder_openXamarin Forms
turned_in_notActivityIndicator, Reduce size, scale, xamarin forms
commentNo Comments
We all will need at some point to show an activity indicator when our app has to perform lenghty data processing operations or when we have to wait for our app to load content. In Xamarin Forms we can use…
Read More
1 2 3 4 … 18 Next

Search In Blog

Want to donate?

If you like my work and want to support me, make a donation :)
Other Amount:
sistemulsolar@gmail.com:

Categories

Like Us On Facebook

Like Us On Facebook
sponsored
Manage Cookie Consent
We use technologies like cookies to store and/or access device information. We do this to improve browsing experience and to show personalized ads. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Manage options Manage services Manage vendors Read more about these purposes
View preferences
{title} {title} {title}
Go to mobile version
 

Loading Comments...