₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,053 members, 8,448,406 topics. Date: Monday, 20 July 2026 at 10:22 AM

Toggle theme

Youngfellow's Posts

Nairaland ForumYoungfellow's ProfileYoungfellow's Posts

1 2 3 4 (of 4 pages)

Technology MarketNeed A Gaming Laptop by youngfellow(op): 12:14am On May 27, 2022
Just as the title, I need a laptop capable of gaming, video and 3D modeling (it should have a dedicated GPU).

My budget Is 350k and I'm willing to purchase it as soon as possible.

Kindly reply with your offer or drop your whatsapp contact so that I can DM you.
Technology MarketRe: Exchange Rates Of International Currencies >>>Updates on First Page<<< by youngfellow: 2:34am On Feb 02, 2016
plendil:
The ban has been lifted. I just made an online payment in pounds using my naira matercard, and it went smoothly.

but thier rate meeeeeen. . . cry cry
tank dude, 4giv me 4 nt seeing ur post
Technology MarketRe: Exchange Rates Of International Currencies >>>Updates on First Page<<< by youngfellow: 4:36pm On Jan 29, 2016
please forex gurus in d house help me on this. It's no news that banks av impose a ban on naira debit/credit cards for foriegn currency transaction. But i really nead to pay for an online service which only accept credit/debit card and google wallet (no paypal). Please what other option is available for me to use, cause the service only cost a few dollars and i dont think it worth opening a dom acct. By the way i bank with GTB.
ProgrammingRe: PHP: Five Common Causes Of White Screen Of Death by youngfellow(op): 4:52pm On Nov 07, 2015
fattbabakay:
I also got to know that leaving white spaces at the end of the closing tag ?> also causes WSOD...
yeah, maybe it's better if it is left after the closing tag.
ProgrammingPHP: Five Common Causes Of White Screen Of Death by youngfellow(op): 12:07am On Nov 07, 2015
if you get messy with php codes u might have experience this, after writing ur lines of good code (almost) only 2 get a blank screen after hitting go. It hurts.
1. Turning off display_errors.
This is a good pratice for production site but might work against u during development cause when a fatal error occurs, there wont be any means to print out the error, and everything will just go blank.
Solution: turn on display_errors in php.ini or comment out display_errors e.g
// @ini_set('display_errors',0);
or
// error_reporting(0);
so u wont forget to turn it off when finalizing ur work.
2. The wicked @.
My bad, i meant to say the good @ (seriously). Apart from turning off display_errors, one can also place an @ symbol (error suppress operator) in front of any function or even variable which is likely to throw an error in order to silent it (yeah, stop it from screaming errors) eg @setcookie, @$_SERVER, @mysqli_* (pls use PDO). I have also fall for this once (when i disabled syntex highlightìng from my editor, my mistake), after writing @int_set instead of @ini_set (int - too much of java) and the worst part of it all was that it was in an included file, not the main file i was running.
Solution: leave all @ till when u are finilizing ur development (if u really need 2 use it).
3 Empty Whitespace (like seriously).
I love leaving empty whitespace while coding for easy scrolling and i av never experience any error regarding this issue, but some developers claim that leaving empty whitespace causes WSOD (Suprising).
Solution: first delete all empty whitespace whenever you experience WSOD in order to be double sure.
4. Invisible errors.
Some developers claim that some php errors might appear in a bad html
eg <html><body></body></html> //i am an invisible error.
Although i av never experience this, but i think it worth discussing.
Solution: alway view source code from ur browser or use another browser.
5 i cant know it all, add urs. mind u, always check ur error log for errors (that is, if u enable error logging).
ProgrammingRe: Radio Coder For Local Stations In Andriod Without Headset by youngfellow: 2:18am On Sep 22, 2015
radio needs antenna, and headphones serves as antenna. Any phone that does not require headphone has built in antenna or it's online radio (streamming)
ProgrammingRe: I Want To Learn Mobile App Development by youngfellow: 10:27pm On Sep 16, 2015
Except you want to use some frameworks, different platform uses different languages e.g android use java, ios use swift and window mobile uses c++, you can easily pick up any pl book want from d net and start working ur way 2 d top.
ProgrammingRe: What Are The Differences Between Programming And Coding by youngfellow: 11:13pm On Sep 10, 2015
all these are long storys. In laymans language, programming is the name while coding is the game.
ProgrammingRe: i need a computer programmer in calabar for tutorial at reasonable price by youngfellow: 11:05pm On Sep 10, 2015
google pdfs, watch videos, practice with the ide, gradually develop small programs. In 3months time u will surely be happy.
ProgrammingRe: Nairaland Android App is awesome and so does mine that i developed. Photos by youngfellow: 2:10am On Sep 10, 2015
directonpc:
You might be wrong sha. Beside RSS and webview u can still get data from a remote database to your app.
i know but it's obvious especially d 2nd and last screenshot, (those are weblinks).
ProgrammingRe: Building An App That Lets Users Locate A Power Source Nearest To Them. by youngfellow: 11:52am On Sep 09, 2015
seriously op, i dont really know if this your idea might sound like the next great thing to you, but seriously after implementation it will flop, yeah F-L-O-P
1. The userbase you
are targin is small.
i know our population is over 140m but it not the whole world, and majority lack a smartphone. Yeah dont speak 4 urself i know what am saying. Even those that manage to av an android phone still lack money 4 subscription and even after subscribing, they manage it like there life depends on it. So now tell will someone who manages his/her weekly 15mb carelessly keep his/her data on while charging?
2. Mentality
some nigerians have this mentality/fear of interacting with strangers, so i dnt think this set of people will benefit from the app.
3. Abuse
some nigerians like abusing things, wìth this app, dat is when u will see barchelor okobo will fuel his gen & plug his phone just to see d next girl dat wil fall victim (molestation).
.
.
4. POWERBANK
BATTERY LOW! Where is dat my powerbank sef.
.
.
5. There is a future.
i believe someday nigerians will enjoy 24/7 powersupply.
ProgrammingRe: Nairaland Android App is awesome and so does mine that i developed. Photos by youngfellow: 10:27pm On Sep 08, 2015
fattbabakay:
den Hw is it updated??
from the screenshot it think the OP is making use of <WebView>, that allows you to display webpages in your App, just like a browser.
ProgrammingRe: Nairaland Android App is awesome and so does mine that i developed. Photos by youngfellow:
The OP really made me laugh, it's not a bug, but Intent broadcast that call on any available browser when FP is updated. I think i like seun style of keeping things simple. BTW it seems to me now that the word "bug" is now regularly abused.

MODIFIED:
@Override !!!
I just noticed this, pls op dont kill me with laugh. My question is do you know the meaning of override and when to use it? Am definately sure u dont. Please my advice for u is that you learn and cover the basic principle of java b4 diving into android. Override is used to override/rewrite the method of a super class. Eg.

public static Learn extends Activity {
// Learn is a now a subclass of super class Activity
@Override
protected void onCreate(Bundle b) {
// Since onCreate is a method of Super class Activity, we need to override it in Learn. Wish i could explain it better.
ProgrammingRe: To All Programmers, Today Is My Birthday! by youngfellow: 1:59am On Aug 31, 2015
package com.birthday.wishes import android.os.Bundle; import android.app.Activity; import android.view.View; import android.widget.Toast;
public static class MyWishes extends Activity { @Override public void onCreate(Bundle b) { // super.onCreate(b); Toast.makeText(this,"Happy birthday",Toast.LENGHT_LONG); // HOPE U LIKE THE TOAST } /* super.onCreate(b); was commented on purpose */ }
PhonesRe: ITEL 1405 Rooting Problem by youngfellow: 10:18pm On Jul 25, 2015
use older version of kingroot (chinese version) the root with a fast h+ connection, i av done it for some1 b4, btw
that rubbish piece of plastic.
GamingRe: Post Your HD Games Screenshots by youngfellow: 7:24pm On Jul 17, 2015
Limerick:
please how do i download GTA sa. I don't really understand the cache thing.
if you know to to extract an archieve using ez file explorer, 7zipper etc then
1. Download the apk and game cache http://play.mob.org/game/grand_theft_auto_san_andreas.html
2 install the apk and extract the cache to /sdcard/Android/obb/
3 enjoy
otherwise, just download only the apk and download the cache from the app.
GamingRe: Post Your HD Games Screenshots by youngfellow: 7:27am On Jul 08, 2015
bada007:
hw can i gt it witout payin
Download from here http://play.mob.org/game/simcity_deluxe.html
GamingRe: Post Your HD Games Screenshots by youngfellow: 7:23am On Jul 08, 2015
Floridax:
asphalt nitro sucks..... just play asphalt 8...and see real HD game
Asphalt 8 is over hyped, that game lack reasonable reality.
GamingRe: Post Your HD Games Screenshots by youngfellow: 11:12am On Jul 05, 2015
Floridax:
i told you bro.... walking dead na bomb... wat phone do u use
Thanks, the game is great, though i already heard about the game, but didn't take it seriously, not until after you advise me.

GamingRe: Post Your HD Games Screenshots by youngfellow:
dynamo007:
save your tie and dow load from revdl.com all episodes installed just download extract with rar from google play and that's all..... But it's 2.30gig oh
Thanks, it was just a lil connection problem from my side, i got the sh!t sorted out. I already downloaded all the episodes, am currently @ episode 3.

GamingRe: Post Your HD Games Screenshots by youngfellow: 11:02am On Jul 05, 2015
dynamo007:
i tried downloading 9mm data directly but it says it's a must I connect to WiFi
Put this file in your internal storage root, then clear the app cache and try again (backup your game data, cause some phones might delete it).
GamingRe: Post Your HD Games Screenshots by youngfellow: 10:57am On Jul 05, 2015
Floridax:
thanks bro... i finally get rid of the invalid lincess....... i used... lucky patcher and freedom.. together.... and it works..... mc3 is so interesting... even have more actions than mc4 and 5
Yeah it's very cool, got good graphics also and longer gameplay. I was shocked when i completed mc4, it was just too short.
GamingRe: Post Your HD Games Screenshots by youngfellow: 12:33am On Jul 05, 2015
dynamo007:
guy plz link for that 9mm and backstab plz
Download backstab hd here http://waptrick.ir/en/android/downloads/object/95
Download 9mm apk
http://forum.xda-developers.com/attachment.php?attachmentid=2390859&d=1384393590
(download the data from the app)
GamingRe: Post Your HD Games Screenshots by youngfellow: 12:20am On Jul 05, 2015
Floridax:
my.... try
nova3
Call of duty
infact go to Androidgamezonebd.com
trt walking dead season 1 nd 2
wolf among us
unhearted
gamethrone
the are all awesome
Nova3: am not a fan of cyborg games
Call to duty strike team: i downloaded it b4, d game got great graphics but it's not straightforward like Modern combat and it takes long b4 it load (like a min)
Walking dead: i downloaded it yesterday, dat game is damn. It's more of a tale, i completed episode 1, am currently downloading episode 2 and it's damn slow

GamingRe: Post Your HD Games Screenshots by youngfellow: 12:11am On Jul 05, 2015
Floridax:
thanks bro.... hope it's offline apk...
Yeah MC4 & MC3 are offline in campaign mode
GamingRe: Post Your HD Games Screenshots by youngfellow: 6:33am On Jul 04, 2015
Floridax:
dude pls help me i need Modern combat 3 apk pllllsss.. my apk is Showing invalid linces
Cant upload it here, but
Download it from here
http://play.mob.org/game/modern_combat_3_fallen_nation.html
GamingRe: Post Your HD Games Screenshots by youngfellow: 12:58am On Jul 04, 2015
My current collection...
Backstab HD (completed, really love this game)
9MM (completed)
Max Payne (completed)
Gangstar vegas (completed)
MC3 (completed) my favorite game series
MC4 (completed)
MC5 (played but deleted cause of too much in app purchases and energy bar)
BIA3 (i wii soon delete it also)
GTA SA (70% completed, does not really interest me cause i have played and won it on pc)
Currently left with shadowgun, i hate the game because of those scary humanoids, am only playing it because of a bet.
Please guys, give me names of any fps or third person shooter's game or any other interesting games, please don't mention games like temple run, miniom rush or candy crush cause i only use those games to pass time.


NOTE: i hate emulator games and scary zombie games like dead trigger, i felt sick the day i played that game.
Thanks

Jokes EtcRe: Tragiic Family Of Six Die In A Motor Accident by youngfellow: 6:23pm On Jun 18, 2015
Lol, abeg no vex, wetin u smoke
PhonesRe: Does The Performance Of Simple Android Server Depends On The Ram by youngfellow: 5:56pm On Jun 18, 2015
No, ram play little effect, processor determines d speed.

1 2 3 4 (of 4 pages)