Jiji's Online Lair

Passion, Technology, Software Engineering, Programming & Christianity

  • Christianity
  • Java
  • Mobile Development
  •  Technology
  • Literary
  • Travel Blog
  • Portfolio

Month: September 2014

Blog Listing App Tutorial Part 1 – Setting Up Cordova App

September 25, 2014October 9, 2017 Say Leave a comment apache, cordova, ios

Setting Up Cordova App Hi there buddy! This is the continuation of my previous post Apache Cordova Blog Listing App Important Note This tutorial assumes that you already have installed Cordova on your machine! 🙂 If not, then I encourage you to visit this site UPDATE: This is the latest site Let’s create the app […]

Continue reading


Android SwipeRefreshLayout

September 16, 2014May 18, 2018 Say Leave a comment Mobile Development

The latest update of android support library came out with an interesting new layout: SwipeRefreshLayout. This layout implements the pull-down-to-refresh pattern. In this tutorial, I will show you how to create a SwipeRefreshLayout with a ListView 🙂 Important Note: Support library project must be imported to our workspace and added to our main project as […]

Continue reading


Java Factorial Code

September 8, 2014October 9, 2017 Say 1 Comment Java
java_logo

The factorial function (symbol: !) means to multiply a series of descending natural numbers. Examples: 4! = 4 × 3 × 2 × 1 = 24 7! = 7 × 6 × 5 × 4 × 3 × 2 × 1 = 5040 import java.util.Scanner; public class Factorial { public static void main(String[] args) { […]

Continue reading


Java Print 1000 Hello World Without Loop

September 8, 2014October 9, 2017 Say Leave a comment Java
java_logo

One of the Java questions I faced is to create a program which prints 1000 Hello World without using loop. So how do we solve this? The solution is to use recursion! public class HelloWorld { public static void main(String[] args) { printThousandHelloWorld(1); } private static void printThousandHelloWorld(int n) { if(n < 1000) { printThousandHelloWorld(n+1); […]

Continue reading


  • Popular
  • Recent
  • java_logo
    Java Factorial Code Sep 8, 2014
  • iStock copyright
    Happier Nov 6, 2019
  • E6 API: Set up Automatic Access Token (Bearer) in Insomnia (Chaining Requests) Jan 8, 2025
  • Mac OS X
    To get captured photo from Mac user profile Dec 31, 2018
  • java_logo
    Java merge and sort lists of integers without using pre-defined functions May 18, 2018
  • Apache Cordova Blog Listing App Jun 25, 2014
  • How to Find Your Phone’s IMEI Jun 16, 2014
  • Blog Listing App Tutorial Part 1 – Setting Up Cordova App Sep 25, 2014
  • Android SwipeRefreshLayout Sep 16, 2014
  • How to fix USB flash drive to get its original size back? Oct 9, 2017
  • Set up Automatic Access Token (Bearer) in Postman (Chaining Requests) Feb 18, 2026
  • E6 API: Set up Automatic Access Token (Bearer) in Insomnia (Chaining Requests) Jan 8, 2025
  • iStock copyright
    Happier Nov 6, 2019
  • Mac OS X
    To get captured photo from Mac user profile Dec 31, 2018
  • java_logo
    Java merge and sort lists of integers without using pre-defined functions May 18, 2018
  • java_logo
    Java merge and sort integer arrays without using pre-defined functions May 17, 2018
  • Kotlin Integration with Android Studio Oct 9, 2017
  • How to fix USB flash drive to get its original size back? Oct 9, 2017
  • Install MariaDB on Ubuntu Oct 30, 2016
  • Basic Linux Commands Oct 30, 2016
  • Jiji Chiz on Happier

    Thanks

  • Ed Salinas on Happier

    God is happiest because you are happier.

  • Jiji Chiz on How to fix USB flash drive to get its original size back?

    Glad that it helped

  • israel on How to fix USB flash drive to get its original size back?

    Thank you! Such a great

  • Java merge and sort lists of integers without using pre-defined functions - Jiji's Online Lair on Java merge and sort integer arrays without using pre-defined functions

    […] the previous blog post (...)

  • Chan on Basic Linux Commands

    rm -R

  • Blog Listing App Tutorial Part 1 - Setting Up Cordova App - Jiji's Online Lair on Apache Cordova Blog Listing App

    […] This is the continuation of my previous post (...)

  • youradmirer on How to Find Your Phone’s IMEI

    Hi say kamusta na are you still active in facebook, I can't (...)

  • waterfox on How to Find Your Phone’s IMEI

    google it!

  • waterfox on My Story With Jesus :)

    Where are you now :D?, can't find you in facebook hope that (...)

  • Jiji Chiz on My Story With Jesus :)

    @Monnina thanks for visiting ha! God bless din po sau at sa (...)

  • King on How to Find Your Phone’s IMEI

    Thanks for every other informative blog. Where else could I (...)

  • Jiji Chiz on Java Factorial Code

    Hello, I viewed my site on Opera and it's working

  • Anonymous on My Story With Jesus :)

    Say.. I really love your blog site. keep it up girl (...)

  • Anonymous on My Story With Jesus :)

    Amen :) - margie

Archives

  • February 2026
  • January 2025
  • November 2019
  • December 2018
  • May 2018
  • October 2017
  • October 2016
  • October 2015
  • June 2015
  • September 2014
  • June 2014
  • March 2014
  • January 2014
  • December 2013
  • November 2013
  • May 2013
  • December 2012
  • November 2012
  • March 2012
  • July 2011
  • May 2011
  • January 2011
  • December 2010
  • October 2010
  • January 2010
  • May 2009
  • December 2007
  • July 2006

Recent Comments

  • Jiji Chiz on Happier
  • Ed Salinas on Happier
  • Jiji Chiz on How to fix USB flash drive to get its original size back?
  • israel on How to fix USB flash drive to get its original size back?
  • Java merge and sort lists of integers without using pre-defined functions - Jiji's Online Lair on Java merge and sort integer arrays without using pre-defined functions
  • Christianity
  • Java
  • Mobile Development
  • Technology
  • Literary
  • Travel Blog
  • Portfolio
dazzling Theme by Colorlib Powered by WordPress