Skip to content

Instantly share code, notes, and snippets.

@ivanosh
ivanosh / resume.json
Last active October 27, 2025 23:15
Resume
{
"basics": {
"name": "Kirill Ivanov",
"label": "Android Developer",
"picture": "https://media.licdn.com/dms/image/v2/C5103AQFQAsn8R69ZKw/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1517380098636?e=1762992000&v=beta&t=hv-N6YngW8JX_2zMRSuTV011IA1LTs0Ubl6C57zjGpY",
"summary": "Senior Android developer with 12+ years of experience. Work with modern stack (Kotlin, Jetpack Compose, Coroutines) but also have extensive experience with legacy codebases (Java, RxJava, XML layouts). Based in Montenegro, available for remote work.",
"email": "kirill.ivanosh@gmail.com",
"location": {
"city": "Herceg-Novi",
"countryCode": "ME"
@ivanosh
ivanosh / DrawableUpdater.java
Created April 5, 2017 17:39
Tool for easy updating Android TextView Drawables
public class DrawableUpdater {
private final TextView tv;
private boolean removeLeft;
private boolean removeRight;
private boolean removeTop;
private boolean removeBottom;
@DrawableRes
private int rightRes;