₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,324,993 members, 8,419,845 topics. Date: Thursday, 04 June 2026 at 02:07 AM

Toggle theme

Nollyj's Posts

Nairaland ForumNollyj's ProfileNollyj's Posts

1 2 3 4 5 6 7 8 9 10 (of 22 pages)

ProgrammingRe: Android User Registration And Login Source Code With Complete Back-end Dashboard by nollyj(op): 6:16am On May 29, 2016
Dekatron:
wow!! nice one boss....


ouch!!@not free
Thanks

Man must survive!!!!!
ProgrammingAndroid User Registration And Login Source Code With Complete Back-end Dashboard by nollyj(op): 2:02am On May 29, 2016
This is a sample android project that I develop for android developers who wish to integrate a login system to their app but does not want to code it.

It has a complete back-end Implementation. The screen shot is as shown.


It is not free. You can find the link on my website

ProgrammingRe: Android Developers : Building Your Android Library And Add It To Maven Central by nollyj: 12:54am On May 24, 2016
FrankLampard:
Abeg make una no vex.

How person fit take create Login and Registration API with laravel, so that Mobile App can consume it?

in JSON.
You can use Php Slim micro-framework. I wrote a tutorial on this topic. You can see it here - Slim API with Android
ProgrammingRe: Android Developers : Building Your Android Library And Add It To Maven Central by nollyj: 7:49pm On May 21, 2016
dhtml18:
I envy you guys jare, me i don tire to dey read, na big big money i want to dey count jor.
If I don get the amount of money waa you don touch. I will retire from work and move to Bahamas and enjoy life in the beach
ProgrammingRe: Android Developers : Building Your Android Library And Add It To Maven Central by nollyj: 7:43pm On May 21, 2016
dhtml18:
^^^the poster above me has given you a good answer
Yes, I think I will go with that option
ProgrammingRe: Android Developers : Building Your Android Library And Add It To Maven Central by nollyj: 7:43pm On May 21, 2016
FincoApps:
think you should go for Intelligent Systems and Machine Learning.

If I see a Ph.D course related to AI, I'll just go for it
Thanks, I got accepted on this programme - Master's Programme (120 credits) in Embedded and Intelligent Systems but I planned to focus on Intelligent Systems and Machine Learning.

I just hope work can help you complete it.
ProgrammingRe: Android Developers : Building Your Android Library And Add It To Maven Central by nollyj: 4:54pm On May 21, 2016
dhtml18:
^^^true, i move according to the demands of my clients. Tomorrow, they might say IOS - then i dust my macbook (which has been sitting idle for some months now). Am a flexible dude really.
That is the right attitude in this profession. You are ahead of your clients in tools and technologies.

What do you think about this areas of computer science. I am consider going for a Masters Degree.

1. 2D and 3D Game Development

2. Intelligent Systems and Machine Learning

3. Embedded Systems
ProgrammingRe: Android Developers : Building Your Android Library And Add It To Maven Central by nollyj: 4:29pm On May 21, 2016
Definitely, if it is a library that will be beneficial. @dhtml, it seems you are working more with android lately.
ProgrammingRe: Android Studio Things - Gradle Build In 3 Seconds by nollyj: 4:17pm On May 21, 2016
Instant build is very fast. This is what I get in my system with Android Studio 2

ProgrammingRe: Yii2 Rest API Question by nollyj(op): 3:18pm On May 18, 2016
CCsurplus007:
Pleasant greetings to you. I sent you a PM , can you kindly respond. I recently got a SI scholarship to study at Lulea and would need few clarifications from you.. . thanks.
Lulea is Northern Sweden I live in Southern Sweden. I have not been to the Northern Part of Southern. Know also the weather in the North is very harshe during winter than in the south.

Luleå University of Technology is a nice school and I hope you will enjoy your time there

You can ask me question through email if the question is personal.
ProgrammingRe: Yii2 Rest API Question by nollyj(op): 1:14pm On May 13, 2016
Thanks all.

In Yii 2, when you controller class extends \yii\rest\ActiveController for Restful Api not app\controllers, the following methods are created like default


public function actionIndex(){

}

public function actionView(){

}

public function actionCreate(){

}

public function actionUpdate(){

}

public function actionDelete(){

}

public function actionOptions(){

}


This will map to the corresponding API end-points

GET /countries: list all countries
HEAD /countries: show the overview information of country listing
POST /countries: create a new country
GET /countries/AU: return the details of the country AU
HEAD /countries/AU: show the overview information of country AU
PATCH /countries/AU: update the country AU
PUT /countries/AU: update the country AU
DELETE /countries/AU: delete the country AU
OPTIONS /countries: show the supported verbs regarding endpoint /countries
OPTIONS /countries/AU: show the supported verbs regarding endpoint /countries/AU.

If you are extending app\controllers, I know you can use

 Countries::find()->limit(20); 


but I am working with \yii\rest\ActiveController
ProgrammingYii2 Rest API Question by nollyj(op): 12:31am On May 13, 2016
According to Yii 2 Rest APi documentation, I have a CountriesController that extends \yii\rest\ActiveController and a corresponding Countries model. This is the code for my Controller class.


<?php

namespace app\controllers;

class CountriesController extends \yii\rest\ActiveController{

public $modelClass = 'app\models\Countries';

public function actionIndex(){

}

public function actionView(){

}

public function actionCreate(){

}

public function actionUpdate(){

}

public function actionDelete(){

}

public function actionOptions(){

}

}


When I send a get request, it returns all the countries in my database.

My Question

is it possible to return my own result from action methods. Like in the actionIndex(), I will like to limit the result to 20 records. I did something like this but it is not working.

 public function actionIndex(){

$model = Countries::find()->one();
return $this->render($model);
}


I know that I can get all the countries from my database and loop through it and obtain only 20 results but I want to just query for 20 records from database.

@pcguru1, @dhtml and other Yii2 gurus
Jobs/VacanciesRe: I Am In Need Of A Content Writer With Background In Mobile App Development by nollyj(op): 1:43am On May 01, 2016
Space is still available.
Tech JobsRe: Is Our Anniversary,we Develop A Mobile App 4 You For Free(just 4 Month Of May) by nollyj: 1:15am On May 01, 2016
sunnrise01:
our portfolio apps: Maplocs.com
Free service, count me in.
Jobs/VacanciesI Am In Need Of A Content Writer With Background In Mobile App Development by nollyj(op): 11:32pm On Apr 29, 2016
I am looking for the services of someone with a knowledge in mobile app development who can write quality articles on different tutorials Android, iOS, React Native and iconic JS.

Each tutorial will be more than 1000 words and must be original content.

It will be preferable if you have mobile programming knowledge because of the technical nature of the tutorials.

You can find some example articles here - http://inducesmile.com/category/android/

Contact me through this email tosca207[@]gmail.com if you are interested for further discussion.
Tech JobsRe: Android And Ios Blog Contributors Wanted by nollyj(op): 10:26am On Apr 14, 2016
truthsayer007:
Hi nollyj, you have changed your UI on your website huh huh angry, I think i prefer the old theme better.

It is more easier to follow up on your tutorials on the previous look and feel.

thanks
Yes I do. The template was having lots of problem so I decided to change it with this new theme. Wow, I was even thinking that this new theme is better but now I know.

Thanks for the input. I will see what I can do.
Tech JobsAndroid And Ios Blog Contributors Wanted by nollyj(op): 12:10am On Apr 14, 2016
I run this android / iOS tutorial blog where I share information about how to developer android and iOS mobile applications.

I am looking for writers who will like to contribute and share their knowledge on this platform.

Please indicate if you will like to be paid for your article when you contact me or you will prefer to share your knowledge freely with others.

Please note that I only accept high quality tutorials.

PM me or send a message to this email address henry[@]inducesmile.com
ProgrammingAndroid App Source Code by nollyj(op): 2:37pm On Apr 01, 2016
If you are interested in buy android app source code as lower as $2 then you can get it here or contact me.
PhonesRe: What's The Favorite Nigerian Made App(s) In Your Phone You Can't Do Without by nollyj(op): 11:34am On Mar 24, 2016
May be most Nigerians do like Nigerian made apps
PhonesWhat's The Favorite Nigerian Made App(s) In Your Phone You Can't Do Without by nollyj(op): 8:17pm On Mar 23, 2016
In reference to this topic - https://www.nairaland.com/3006309/whats-favorite-app-phone-cant, What's the favorite Nigerian made app(s) in your phone you can't do without.

These apps has been helpful.

Complete Chemistry

Complete Mathematics

Let hear about your favorite Nigerian Made app
ProgrammingRe: How To Create An Android Application Using Java by nollyj: 3:26pm On Mar 21, 2016
edaloba:
Pls am a student of computer science, year 2. I just want to go into the programming World partially by starting a project - writing a quiz application for year 1 students in my school to help them in their CBT exams. Although I just have a little knowledge of Java but am ready to learn more. Already downloaded an ebook titled how to write an android application for dummies. I will really apreciate any help whatsoever from anybody to kick-start and finish this project, Thanks in Advance.
I wrote a tutorial on this topic. I think it might be of help to you. You can see the whole tutorial here - http://inducesmile.com/android/android-quiz-application-with-json-parse-php-and-mysql-database/
PhonesRe: My Chemistry Android App has reached 500,000 – 1000000 downloads in Google Store by nollyj(op): 3:20am On Mar 07, 2016
joshsmarty:
You own that app ? Wow I uninstalled it Shaa i was looking for ababio.. Teach me na
You are looking for Ababio New School Chemistry Textbook, this app is just a concise chemistry app that covers things you need to know in chemistry.
PhonesRe: My Chemistry Android App has reached 500,000 – 1000000 downloads in Google Store by nollyj(op): 6:23pm On Mar 06, 2016
abumeinben:
OK...pls what dyu mean by "native Android" ?

Please I'm very very very new to Java...and I'll be learning about it on my own. How do I start?
Native Android App - OS dependent / Language specific

You can search for Java beginner's tutorial online and you will see many. Just start small and you will progress with time. Once you start, don't give up. Learning programming can be frustrating most times but with determination, hardwork and being focus, you will wrap your head around it in no time.

Note that it is a constant learning process and always get your hands dirty by writing your own code even if it is not working.
PhonesRe: My Chemistry Android App has reached 500,000 – 1000000 downloads in Google Store by nollyj(op):
abumeinben:
Bro congrats.

I wanna go into Android app development, as a novice, where do I start?
Thanks, if you want to do native android you should learn Java
PhonesRe: My Chemistry Android App has reached 500,000 – 1000000 downloads in Google Store by nollyj(op): 1:12pm On Mar 06, 2016
GalaxyKins:
that's great bro. I'll like to contact you on a Job related to Android. Can you please drop your Whatsapp contact?
Thanks. Send me PM
PhonesRe: My Chemistry Android App has reached 500,000 – 1000000 downloads in Google Store by nollyj(op): 10:47am On Mar 05, 2016
PhonesMy Chemistry Android App has reached 500,000 – 1000000 downloads in Google Store by nollyj(op): 10:12am On Mar 05, 2016
I can't believe that one of my apps has reached 500,000 – 1000000 downloads range. I am looking forward to 1 million downloads.

Thanks to everyone who have downloaded the app.

Complete Chemistry
Art, Graphics & VideoMobile App Logo Designer And Illustrator Wanted by nollyj(op): 10:37am On Mar 04, 2016
I am looking for someone that can design a good, attractive and elegant logo for my android app in Google Play Store.

This is the link to the app. It will give you an idea of what I am looking for - https://play.google.com/store/apps/details?id=com.inducesmile.completecalculatorapp

The logo size will be 512 by 512 and the file extension will be in .png

If you also work with Illustrator it will be an added advantage for another job after the logo.

For those interested kindly contact me through my email address - tosca207[at]yahoo.com.

Please attach some of your work samples when you contact me.

Thanks
ProgrammingRe: My New Year Resolution: 1 Million Naira A Month From Android App Dev In 2015 by nollyj(op): 11:54am On Feb 25, 2016
Borwe:
Are your apps written in java fully? and do you use any extra libraries becaue man they look a little too cool than the normal default android buttons, etc.
Yes. I wrote them in java with android sdk
ProgrammingRe: My New Year Resolution: 1 Million Naira A Month From Android App Dev In 2015 by nollyj(op): 7:18pm On Feb 24, 2016
Borwe:
Purchase installs as in get fake downloads for their app?
Pay for install promotion like using paid services like Google Admob, Airpush, startApp etc

1 2 3 4 5 6 7 8 9 10 (of 22 pages)