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
  • Home
  • Blogs I read
  • For software engineers

Category: IT

Posted on October 9, 2014October 9, 2014 by arvifox — Leave a comment

Checklist plugin to Bitnami Redmine

There is very simple and usefull and free plugin.

The Bitnami Redmine plugins are in installdir/apps/redmine/htdocs/plugins

Before install you should execute installdir/use_redmine

Then change cur dir to installdir/apps/redmine/htdocs and start migration

bundle exec rake redmine:plugins NAME=redmine_checklists RAILS_ENV=production
Category: IT
Tag: redmine
Posted on October 9, 2014 by arvifox — Leave a comment

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 — Leave a comment

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 — Leave a comment

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 — Leave a comment

ProgressDialog, ProgressBar

The simpliest way to show progress in ActionBar is

        super.onCreate(savedInstanceState);
        requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
        setContentView(R.layout.activity_main);

Continue reading ProgressDialog, ProgressBar

Category: IT
Tag: Android

Posts navigation

  • Previous
  • 1
  • …
  • 105
  • 106
  • 107
  • …
  • 115
  • Next
Donate
Donate, please. I need MacBook.
Categories
  • English (112)
  • GTA-5 (25)
  • IT (571)
Tag cloud
agile AI / ML / BigData / AR / VR / Computer vision algorithms Android architecture C# computer graphics / geometry database debug Delphi developing tools/IDE devops dll faq firebase firebird game git google gradle graph theory internet / network interview / job java jetty kmp kotlin meetup multithreading MySQL news/releases pattern performance PHP REST / GraphQL 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
  • After waiting for 10s, the test coroutine is not completing
  • KMP multiplatform
  • Compose Multiplatform
  • About chats GPT, etc.
  • VPN
Comments
    © Arvi Fox 2023
    Built with Storefront.