Skip to navigation Skip to content
Arvi Fox

Personal blog about IT, sport, travel etc.

  • Post a comment in Telegram
  • Main posts
  • Home
  • Blogs I read
  • For software engineers
  • Privacy
  • FAQ interview
  • Home
  • Blogs I read
  • FAQ interview
  • For software engineers
  • Privacy

Tag: android

Posted on January 16, 2016August 30, 2019 by arvifox

A flowchart for background work, alarms

A flowchart for background work, alarms, and your Android app
Pro-tip by +Ian Lake

For many apps, doing work in the background can be an important part of building a great experience. Continue reading A flowchart for background work, alarms

Category: IT
Tags: android, multithreading
Posted on January 14, 2016January 14, 2016 by arvifox

Back button, backstack, back/up navigation, task

Implementing Effective Navigation

Providing up navigation

Providing proper back navigation for deep links, for fragments, for webviews.

Implementing descendant navigation

Task and BackStack

Continue reading Back button, backstack, back/up navigation, task

Category: IT
Tag: android
Posted on January 3, 2016November 29, 2017 by arvifox

Modify android apk

modify-and-packing-android-apps

dex2jar

Dalvik bytecode

hack a app (pdf)

Is there any way to get key hash from signed APK?

How to avoid reverse engineering of an APK file?

Category: IT
Tags: android, security / crypto
Posted on November 16, 2015August 17, 2017 by arvifox

Android broadcast receiver

BroadcastReceiver

Message:

  1. global

    [code language=”java”]
    mContext.sendBroadcast(mIntent);
    [/code]

  2. local

    [code language=”java”]
    LocalBroadcastManager.getInstance(mContext).sendBroadcast(mIntent);
    [/code]

  3. ordered

    [code language=”java”]
    mContext.sendOrderedBroadcast(mIntent, mPermissionStr);
    [/code]

Continue reading Android broadcast receiver

Category: IT
Tag: android
Posted on August 31, 2015June 3, 2016 by arvifox

ViewPager, horizontal slide, swipe gallery

Using ViewPager for Screen Slides

Horizontal View Swiping with ViewPager

Android image swipe gallery

Android Fullscreen Image Slider with Swipe and Pinch Zoom Gestures

Android Glide Image Library – Building Image Gallery App (pdf)(jar)(master zip)

Category: IT
Tag: android

Posts pagination

  • Previous
  • 1
  • …
  • 66
  • 67
  • 68
  • …
  • 72
  • Next
Donate
Donate, please. I need MacBook.
Categories
  • English (112)
  • Games (26)
  • IT (639)
  • Life (12)
Tag cloud
agile AI / ML / BigData / AR / VR / Computer vision algorithms android architecture C# compose computer graphics / geometry database debug Delphi developing tools/IDE devops faq firebase firebird game git google gradle graph theory internet / network interview / job java jetty kmp kotlin management meetup multithreading MySQL news/releases pattern performance PHP rx security / crypto sport programming Testing / QA theory / math tips & tricks UI/UX video / audio windows xml / xpath / json
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Яндекс.Метрика
Follow us
  • twitter
  • bitbucket
  • github
  • goodreads
  • stackoverflow
Recent Posts
  • Не хотите поговорить о Kotlin Contracts?
  • Android Compose 3
  • Rich Errors в Kotlin 2.4 — революционное изменение в обработке ошибок
  • Buckle up
  • Start building with Material 3 Expressive
Comments
    © Arvi Fox 2025
    PrivacyBuilt with Storefront.