Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. iamprogrammerlk
    3. Posts
    • Profile
    • Following 0
    • Followers 1
    • Topics 1
    • Posts 22
    • Best 12
    • Controversial 0
    • Groups 0

    Posts made by iamprogrammerlk

    • RE: The third-party login system is not working on LankaDevelopers.lk.

      My profile issues have been resolved...
      and It seems like you guys change the primary domain name from COM to LK. you need to update the new domain in the app settings on the respective app platform.

      posted in Comments & Feedback
      iamprogrammerlk
      iamprogrammerlk
    • The third-party login system is not working on LankaDevelopers.lk.

      I've tried to log in to lankadevelopers.lk using all the third-party login systems and failed with errors, here is the screenshot of the errors.

      Google.com
      google_login.png

      Github.com
      github_login.png

      Facebook.com
      facebook_login.png

      and also I can't change any of my profile details. username, email, birthday... etc... please look into those bugs and fix them... @ROOT @NUBELLE @DEV_LAK

      posted in Comments & Feedback
      iamprogrammerlk
      iamprogrammerlk
    • RE: පේමන්ට් ගේට්වේ සෙටප් කරල දෙන කෙනෙක්

      Call the hotline number(0115 71 44 44), then, give them your name, ID number, phone number, and the reason(payment gateway). then they will call you back within 24 hours. you can ask anything you want about the platform.

      OR

      Try their sandbox to test the platform first(https://objects.ipay.lk/resources/iPay-Web-Payments-Integration-Document.pdf). then go to the nearest LOLC branch, fill out the form, and submit it. wait until they activate the service/account. then get rich.

      posted in General Discussion
      iamprogrammerlk
      iamprogrammerlk
    • RE: පේමන්ට් ගේට්වේ සෙටප් කරල දෙන කෙනෙක්

      Recommended...
      https://ipay.lk/
      https://www.genie.lk/
      If you need an assistant, I can help.

      posted in General Discussion
      iamprogrammerlk
      iamprogrammerlk
    • RE: Hiring Senior Flutter Developer for 3 Months

      @thushanka said in Hiring Senior Flutter Developer for 3 Months:

      • Minimum 4+ years of hands on experience on Flutter;

      Flutter was released precisely five years ago...

      posted in Job Portal
      iamprogrammerlk
      iamprogrammerlk
    • RE: Flutter folder permission error

      unfortunately no. I don't have a MAC.

      posted in Flutter
      iamprogrammerlk
      iamprogrammerlk
    • RE: Flutter folder permission error

      this is not going to work on the Mac computer. This is for the windows. I am sorry I didn't see that MAC part.

      posted in Flutter
      iamprogrammerlk
      iamprogrammerlk
    • RE: Flutter folder permission error

      run this command on the PowerShell with elevated permissions (as an administrator).
      Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser

      posted in Flutter
      iamprogrammerlk
      iamprogrammerlk
    • RE: What is the best javascript framework to learn?

      There no such thing called the "best framework". You shouldn't choose your programming language or framework just based on the "What's Popular" or "What's everyone use/do". it should be based on your project, what it does, and what's gives maximum efficiency to the project, to the user and developer. "the best" thing doesn't suitable for everything. please try to understand what programming is.

      PS: This is an old post

      posted in Front-End Development
      iamprogrammerlk
      iamprogrammerlk
    • RE: php mailer

      @kasun-viduranga ගොඩක් Shared hosting service වල email sending limit කරල තියෙන්නෙ. නැතිනම් ports block කරලා තියෙන්නෙ. ඔයාට හොඳම වැඩේ SMTP service එකක් පාවිච්චි කරන එක. deliverability එකත් වැඩියි. mailgun.com sendinblue.com sendgrid.com මම පාවිච්චි කරන්නේ mailgun.com.

      $mail = new PHPMailer();
      ...
      $mail->isSMTP();
      $mail->Host = 'smtp.mailgun.com';
      $mail->SMTPAuth = true;
      $mail->Username = 'username';
      $mail->Password = 'password’
      $mail->SMTPSecure = 'tls';
      $mail->Port = 25;
      ...
      $mail->send();

      posted in Web Development
      iamprogrammerlk
      iamprogrammerlk
    • RE: php mailer

      @root @kasun-viduranga Gmail SMTP පාවිච්චි කරලා යවන්න පුළුවන් දවසකට emails 100යි. https://support.google.com/a/answer/166852?hl=en

      posted in Web Development
      iamprogrammerlk
      iamprogrammerlk
    • RE: php mailer

      Email spam folder එකට යන්න ප්‍රදාන හේතුවක් වෙන්නේ යවන්නාගේ email address එකයි domain එකයි match වෙන්නෙ නැති එක. මේක වෙන්නේ http://en.wikipedia.org/wiki/Reverse_DNS_lookup කියන තාක්ෂණය නිසා..
      Ex:
      Sender Email Address:- [email protected]
      My site domain:- mydomain.com
      මේක හදාගන්න reply-to parameter එක define කරන්න.

      $mail = new PHPMailer();
      ...
      $mail->addReplyTo('[email protected]', 'My Name');
      ...
      $mail->send();

      posted in Web Development
      iamprogrammerlk
      iamprogrammerlk
    • RE: Free React Native course

      Hmmm. LearnPress site..! please add the SSL certificate to the site at least Let's Encrypt.

      posted in Mobile Application Development
      iamprogrammerlk
      iamprogrammerlk
    • RE: Payment gateway in sri lanka

      @Nubelle said in Payment gateway in sri lanka:

      @IamProgrammerLK Thanks bro ,

      @root said in Payment gateway in sri lanka:

      @IamProgrammerLK

      Great help

      :+1:

      posted in General Discussion
      iamprogrammerlk
      iamprogrammerlk
    • RE: Android App Development

      සිංහල flutter tutorial set එකක් තියෙනවා. එකත් try කරල බලන්න.
      https://lankadevelopers.com/post/2993

      posted in Mobile Application Development
      iamprogrammerlk
      iamprogrammerlk
    • RE: Android App Development

      I have a few resources try them out

      https://www.youtube.com/watch?v=JWuXj0BY_s4
      https://www.youtube.com/watch?v=KjE2IDphA_U
      https://www.youtube.com/watch?v=dc3B_mMrZ-Q
      https://www.youtube.com/watch?v=r9GgggvonqA
      https://www.youtube.com/watch?v=x0uinJvhNxI
      https://www.youtube.com/watch?v=LNsEn6MM34A
      https://www.youtube.com/watch?v=lDfbbTvq4qM
      https://www.youtube.com/watch?v=bBL9yq1wwvI
      https://www.youtube.com/watch?v=AUiN2uotSnM
      https://www.youtube.com/watch?v=aiTTClKJbnw
      https://www.youtube.com/watch?v=Y6xAQVXkhLA
      https://www.youtube.com/watch?v=0gA6o6YWheo
      https://www.youtube.com/watch?v=h4Bc2xc-5JY
      https://www.youtube.com/watch?v=jDQQM1RfjNc
      https://www.youtube.com/watch?v=Ya__rkMd_xk
      https://www.youtube.com/watch?v=JWuXj0BY_s4
      https://www.youtube.com/watch?v=q6X-0Ydn4qQ
      https://www.youtube.com/watch?v=33kyEzDMTZU
      https://www.youtube.com/watch?v=fi2WkznwWbc
      https://www.udemy.com/course/flutter-complete-with-dart-firebase-built-weather-app/
      https://www.udemy.com/course/learn-flutter-dart-to-build-ios-android-apps/
      https://www.udemy.com/course/flutter-bootcamp-with-dart/
      https://www.udemy.com/course/flutter-dart-the-complete-flutter-app-development-course/

      try YouTube videos first because they are free you don't have to spend money to learn them

      knowing things about it irrelevant! because always you can learn. you just have to have curious about the field. learn it - do it - repeat

      posted in Mobile Application Development
      iamprogrammerlk
      iamprogrammerlk
    • RE: Android App Development

      I suggest using the dart language with the flutter framework. it has a little bit of a learning curve, but it's a more powerful language and cross-platform supported framework too. because you are a beginner, I highly suggest seeking professional help for the development. you are trying to handle other's money and data, it is a good practice to use proper security features. otherwise, you will end up in big chaos that you can't get rid of.

      posted in Mobile Application Development
      iamprogrammerlk
      iamprogrammerlk
    • RE: Branding / UI UX Design

      @Nubelle Thanks...

      posted in Graphic Design & Video Editing
      iamprogrammerlk
      iamprogrammerlk
    • RE: flutter use කරල dictionary app එකක් හදනවනම් ඒකට use කරන database සහ අලුතෙන් add කරන word වල update app එක download කරපු අයට දෙන්නෙ කොහොමද කියල දන්න කෙනෙක් ඉන්නවනම් කියන්න.

      local database එකක් පාවිච්චි කරනවා නම් SQLite DB (sqflite package එක හෝ floor හරි moor වගේ packages පාවිච්චි කරන්න පුළුවන්) එක පාවිච්චි කරන්න. එතකොට DB එක file එකක් විදිහට update කරන්න පුළුවන්. නැතිනම් online database එකක් පාවිච්චි කරන්න firebase වගේ DB API එකක් නැත්තම් mysql, mongoDB වගේ server DB එකක් පාවිච්චි කරන්න පුළුවන්. හැබැයි DB එකට direct access දෙන්න එපා. app එකට වෙනම backend එකක් හදලා API call කරලා data access දෙන්න. නැත්නම් කතරගම ගිහිල්ලා database එක වෙනුවෙන් බාරයක් වෙලා එන්න.

      posted in Flutter
      iamprogrammerlk
      iamprogrammerlk
    • RE: Branding / UI UX Design

      මේක youtube චැනල් එකක් හරහා කරන්න බැරිද? එතකොට අපිට පස්සේ වුණත් බලන්න පුළුවන් මොකද අපිට තියන busy schedule අනුව live event එකට සම්බන්ධ වෙන එක ටිකක් අමාරුයි. මේක මගේ අදහසක් විතරයි කරන්න පුළුවන් නම් වටිනවා. තව දෙයක්, ගොඩක් developers ල facebook වලට කැමති නෑ.

      posted in Graphic Design & Video Editing
      iamprogrammerlk
      iamprogrammerlk
    • 1
    • 2
    • 1 / 2