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
Posted on October 9, 2014 by arvifox

How to make page wider

My site uses Twenty Fourteen theme. But the theme is very narrow.

Continue reading How to make page wider

Category: IT
Tag: wordpress
Posted on September 23, 2014June 8, 2016 by arvifox

Load image from URL, AsyncTask

Actually, the loading images from URL to ImageView (ImageView itself is in GridView or ListView) is not a simple task. You should provide memory and disk caching to avoid reload image again and again.

Continue reading Load image from URL, AsyncTask

Category: IT
Tags: android, gradle
Posted on September 12, 2014 by arvifox

HttpClient, HttpUrlConnection

Performing Network operations

Download images to listview (pdf)

Make http request with android (pdf)

Download file with android (pdf)

Download webpage and parse JSON (pdf)

Category: IT
Tag: android
Posted on September 11, 2014September 11, 2014 by arvifox

ProgressDialog, ProgressBar

The simpliest way to show progress in ActionBar is

[code language=”java”]
super.onCreate(savedInstanceState);
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
setContentView(R.layout.activity_main);
[/code]

Continue reading ProgressDialog, ProgressBar

Category: IT
Tag: android
Posted on September 4, 2014 by arvifox

Every programmer must read

10 Articles Every Programmer Must Read

About:

  • memory
  • floating-point arithmetic
  • unicode
  • time
  • url encoding
  • web development
  • seo
  • undefined behaviour
  • networking
  • java string
  • security

download as pdf

Category: IT

Posts pagination

  • Previous
  • 1
  • …
  • 140
  • 141
  • 142
  • …
  • 158
  • 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.