₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,426 members, 8,445,431 topics. Date: Wednesday, 15 July 2026 at 04:10 AM

Toggle theme

Lekropasky's Posts

Nairaland ForumLekropasky's ProfileLekropasky's Posts

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

ProgrammingRe: The most popular programmer on Nairaland 2016 Edition by lekropasky(m): 11:31am On Sep 28, 2016
ProgrammingRe: What Can Be Done To Improve This Section? by lekropasky(m): 6:21am On Sep 25, 2016
Please do, we really need the code highlighting stuff here on Nairaland, many time i want to share snippets, but i hate ugly codes. Please look into this....@ Seun
ProgrammingRe: The most popular programmer on Nairaland 2016 Edition by lekropasky(m): 9:30pm On Sep 20, 2016
i nominate larisoft.
ProgrammingRe: The most popular programmer on Nairaland 2016 Edition by lekropasky(m): 9:29pm On Sep 20, 2016
i nominate larisoft
ProgrammingRe: Firebase For Android Development by lekropasky(m): 3:39pm On Sep 19, 2016
FrankLampard:
Awesome dude.

I believe the service is not free. Free version only allows for 100 simultaneous users.
Yes, and its quite expensive escpecially this time that dollar isnt smilling. And they might decide to close down the service like Parse.com did last year.
ProgrammingRe: Firebase For Android Development by lekropasky(m): 6:53am On Sep 17, 2016
destino24:
Do you know any PHP tutorials that teaches and emphasizes on API system creation
no, i dont. But, you can quickly google your way around this. There are lot of tutorial on the internet about this particular topic...
ProgrammingRe: Firebase For Android Development by lekropasky(m): 8:43pm On Sep 16, 2016
Firebase? I think they are Baas(Backend as a Service) provider. What do you need them for? Perhaps, you want to store your backend data( pictures, videos, databases ) on there server? If you understand how REST works, then ill advice you to learn how to do it yourself. With some php knowledge you can create scripts that uploads files to your server and updates database as neccesary. BaaS providers have their pros and cons, they can shut down the service at anytime --like Parse. But, sure they'll lift all the burden of creating and managing a backend server for you by exposing a Java API to your app...ask me questions if you dont understand.
CareerRe: Career And Identity By Michael Oyelakin by lekropasky(m): 12:54pm On Sep 11, 2016
Don Mike?
ProgrammingRe: A Nairalander Built A School Management Software by lekropasky(m): 2:46pm On Sep 05, 2016
Nice. APP.
with this your design orientation. You can build a more beautiful UI if you can try and look into Javafx.
ProgrammingRe: Looking For Sql/php Assignment Helper by lekropasky(m): 6:17pm On Sep 03, 2016
Code a simple BLOG from scratch...its gonna be intrestin.
ProgrammingRe: Please I Get This Error When Submit Form (notice: Undefined Index) by lekropasky(m): 6:26am On Sep 03, 2016
$memberId = isset($_POST['memberId']) ;
Return a boolean value i guess.
Science/TechnologyRe: 5 Places Mark Zuckerberg Must Visit Before He Leaves Lagos. by lekropasky(m): 9:40pm On Aug 31, 2016
Okay.
ProgrammingRe: Please I Get This Error When Submit Form (notice: Undefined Index) by lekropasky(m): 9:28pm On Aug 31, 2016
nicolas247:
Thanks for you contribution

here is cut out of the form to submit

<!-- BEGIN LOGIN FORM -->
<form class="login-form" action="form_processor.php?action=memberlogin" method="post">
<h3 class="form-title">Sign In</h3>
<div class="alert alert-danger display-hide">
<button class="close" data-close="alert"></button>
<span>
Enter any username and password. </span>
</div>
<div class="form-group">
<!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
<label class="control-label visible-ie8 visible-ie9">Username</label>
<input class="form-control form-control-solid placeholder-no-fix" type="text" autocomplete="off" placeholder="Username" name="memberId"/>
</div>
<div class="form-group">
<label class="control-label visible-ie8 visible-ie9">Password</label>
<input class="form-control form-control-solid placeholder-no-fix" type="password" autocomplete="off" placeholder="Password" name="pwd"/>
</div>
<div class="form-actions">
<button type="submit" class="btn btn-success uppercase">Login</button>
. Are you sure you are catching the POST parameters in form_processors.php? You form action should be toinclude.php
ProgrammingRe: Please I Get This Error When Submit Form (notice: Undefined Index) by lekropasky(m): 11:15am On Aug 31, 2016
Maybe i miss it, but i cant see your form where you specify the action to be toinclude.php, try and check your form post paramters very well, the problem is there.
ProgrammingRe: Java Mobile App Developer Wanted For A Job by lekropasky(m): 7:43pm On Aug 28, 2016
Allright. 07035452307.
ProgrammingRe: Do You Have Any Idea On How To Do This by lekropasky(m): 11:53am On Aug 28, 2016
I dont really understand what you mean, but i think you can just use a selection box which its options will contain the subjects, and put a button right beside it which you'll use to trigger a query according to question selected in the selection box/dropdown box.
Please, i also want to design a cbt app in JAVA, but i dont know where to get these Jamb past questions, can you tellme the method you used Or maybe give me if you already have em' in your database. THANKS.
ProgrammingRe: Developers, I Need Some Help Here. by lekropasky(op): 6:24pm On Aug 27, 2016
miccolo2:
Powergraphgroup@gmail.com Send me a mail
ok Boss.
ProgrammingRe: Developers, I Need Some Help Here. by lekropasky(op): 5:34pm On Aug 27, 2016
Scholar01:
If you are willing to pay for it, I think one guy in this programming section offers what you need ( I think in XML format)
Of course. I dont mind, i'll be glad to meet the Guy. Thanks Man.
ProgrammingRe: Developers, I Need Some Help Here. by lekropasky(op): 1:06pm On Aug 27, 2016
DanielTheGeek:
What you're looking for is an API not a company, i don't know whether there is a publicly available API for this purpose.. If there is non, just follow VenantCode's recommendation, but think about the stress of updating and adding questions for subsequent years.
Yes, i know i need an API, and i did understood what venant said. I have the pdf copies of the past jamb questions, but i dont wanna go through the stress of copying and pasting questions. Reason why i have come here is because i can luckily find someone who has done this kinda project before and have maybe Json OR XML rep of these questions somewhere...
ProgrammingRe: Developers, I Need Some Help Here. by lekropasky(op): 6:40pm On Aug 26, 2016
Zdoh:
Gbam!
Gham? Thats all you have to contribute?.
ProgrammingRe: Developers, I Need Some Help Here. by lekropasky(op): 10:01pm On Aug 25, 2016
Thanks man.
ProgrammingDevelopers, I Need Some Help Here. by lekropasky(op): 2:54pm On Aug 25, 2016
Hello Devs, i have a cbt Desktop app as a side project, the app is strictly for Jambite. Now, my problem is how am gonna get these Jamb past questions, its gruesomely tedious to start writting/copying paste into database. I really need shortcuts/suggestion. Please Help if you know or have anything. Thanks...
ProgrammingRe: Need Help With Android Studio by lekropasky(m): 6:52pm On Aug 20, 2016
I think theres a recommendation from jetbrain that says you should remove older version before installing the newer. And, how did you uninstall 'only' the IDE, i thought its bundled together with the SDK. My 2cents, -using the option menu click on 'files' -then select 'invalidate cache and restart', it should work, but if the problem persists uninstall anything Android and download Android Studio v2.2 with SDK and start all over again.
ProgrammingRe: Must I Learn Everything On Java As An Android Developer? by lekropasky(m): 1:18pm On Aug 20, 2016
Collinz2:
u are right. I know the basics of java but java for android is kinda different.
Of course!. I call it Core Java.
ProgrammingRe: Must I Learn Everything On Java As An Android Developer? by lekropasky(m): 10:58pm On Aug 19, 2016
jidez007:
I recently started learning Java and Android too. I'm using Android nano degree video series by Google and Udemy.

I used to watch the series more than I practiced Java, I thought my skills in php oop and my small C knowledge would help me through the Android course but after Course 1. I started seeing things like Generic classes, Array list, throws keywords in methods.
I had to run back and study Java squarely for 3 weeks.
And this is what i am trying to explain.
ProgrammingRe: Must I Learn Everything On Java As An Android Developer? by lekropasky(m): 5:02pm On Aug 19, 2016
Seriously, if you want to enjoy android development, try and be smart with Java, if what oga dhtml18 said sound great to you then you should be find with android Devp, but if when you were reading his suggestion you see a concept you have not been able to digest, i'll advice you to learn them first before you proceed to android development so that you can find it really intresting. Google uses core Java syntax to build it Android SDK, so with few console apps, you cant find it really intresting developing for android.
ProgrammingRe: Can A SSCE Holder Go For Programming/hacking? by lekropasky(m): 4:52pm On Aug 17, 2016
concord129:
Hello, pls I need ur advice here, am a SSCE holder can I go for programming/hacking? Although I still have the impression of going to higher institution but as am putting up this article no clue of going back to school in the next two years. And mind you I have learn one computer course and that is computer technician (although in a small workshop and I work for street boys) but I love these three courses- programming, hacking and web design to be part of my life. Am currently in Osun state and I will be glad to have your take on whether I should go on or wait till I have the opportunity of going to school later. But to those who will think my question is worthless, the main reason am asking for this question is that am not good in Mathematics and I heard some people quoting "If you are not good in Maths u can't be good in programming".




Your take will highly appreciated.
Thanks.
Azeez Lateef.
where are you in Osun State?
ProgrammingRe: Why Is Instagram Not Using FLAG_KEEP_SCREEN_ON While Watching Videos by lekropasky(m): 9:11pm On Aug 16, 2016
If you look at how Instagram was designed, you'll see that it was carefully designed, let some bad coded apps run the kind of operation running in background on Instagram App, you'll see your battery level droping drastically, allthough not using this flag affects the UX, but not as much as it will be affected if the flag was used. I think its just one of the technique they employed to save battery power.
ProgrammingRe: Question For Android App Specialists by lekropasky(m): 6:19pm On Aug 13, 2016
Of course, Android provide support library. Tell your developer to learn about it. And most of the API contained in the android SDK have support for backward compatibility, and i would say its pretty more easier to design apps that is compatible with DEVICES running OS as far back as android 3.0...
ProgrammingRe: Android Developers : Building Your Android Library And Add It To Maven Central by lekropasky(m): 11:54am On Jul 31, 2016
dhtml18:
The thing large small to upload, 279 MB, will take a lot of time to upload it. Maybe I shall do that during the night, pm me your email address so i can give you the download link when it is ready
Thanks Bro. hoadigun@student.lautech.edu.ng
funny mail though.
ProgrammingRe: Android Developers : Building Your Android Library And Add It To Maven Central by lekropasky(m): 3:59pm On Jul 30, 2016
Oga dhtml18, I beg I need that old bluestacks for testing purpose. My phone get screwed up. Please and please
ProgrammingRe: Java: How To Go To A Line If A Wrong Value Is Inputted by lekropasky(m): 11:18am On Jul 26, 2016
Emmach10:
this will definitely result to a logical error called infinite loop
Nope, I have not finished it. the line // day = input.nextInt(); // will cause the loop to wait for user input before continuing to the next Iteration.
see the modified version to break out of the loop

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