Navigation

    Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. Groups
    3. Google API

    Group Details Private

    Google API

    Member List

    sameera sameera
    ciaompe ciaompe
    X Xenon
    Udith Indrakantha Udith Indrakantha
    kasun viduranga kasun viduranga
    I ishan m herath
    Rukshan Nuwan Rukshan Nuwan
    Ishanga Vidusha Ishanga Vidusha
    Kenthiran Kenthiran
    Isuru Rajitha Isuru Rajitha
    MrCentimetre MrCentimetre
    Yashith Chanuka Yashith Chanuka
    Rusiru Athukorala Rusiru Athukorala
    kdev kdev
    Sajix_sique Sajix_sique
    maheshmb maheshmb
    A aravinda
    yanukadeneth99 yanukadeneth99
    Thushal Kulatilake Thushal Kulatilake
    R ranmal
    • RE: Share your knowledge and experience and win a t-shirt

      Hello everyone

      It’s happy to inform you that we have launched our online shop and new t-shirt for 2022
      Please refer to the below link for placing orders.👇

      Please Orders Here

      273271053_1441915492891263_8277462201023904281_n.jpg

      posted in Announcements
      ciaompe
      ciaompe
    • RE: Who wants to talk about Crypto || NFT

      @chathunz

      we are planing to start this as a opensource project you can contribute.

      posted in Crypto
      ciaompe
      ciaompe
    • RE: Looking for Associate SE position in Flutter

      @dev_lak

      posted in Mobile Application Development
      ciaompe
      ciaompe
    • RE: Who wants to talk about Crypto || NFT

      @dev_lak

      we can try to make lankadevelopers NFT market place

      posted in Crypto
      ciaompe
      ciaompe
    • Who wants to talk about Crypto || NFT

      Let me know in the comments >>>

      posted in Crypto
      ciaompe
      ciaompe
    • Flutter Authentication Flow with Go Router and Provider

      Gole of this article
      Gole of this article is getting a comprehensive understanding of the flutter declarative routing and the scenarios like login state, app initialization on startup, splash, onboarding, etc...

      The full article is available at ishanga.hashnode.dev

      posted in Programming
      Ishanga Vidusha
      Ishanga Vidusha
    • Create OTP/Mobile verification API with python FastAPI and Send.lk SMS Gateway

      I was recently trying to implement Mobile number verification on one of my projects. But after a ton of research, I couldn't find any resource or useable service that gives the facilities to do it locally. That makes me think...

      DIY

      Yes, you can and here is how we are going to do it.

      So then I decide to do it by myself creating a separate API for the Mobile verification.

      Here is the full article

      posted in Programming
      Ishanga Vidusha
      Ishanga Vidusha
    • RE: සිංහල යුනිකෝඩ් characters තියෙන slug එකක් හදාගන්නේ කොහොමද?

      මේක PHP වලින් හදපු එකක් බලලා පුළුවන්නම් idea එකක් ගන්න. මගේ වැඩේටනම් හරි ගියා
      <?php
      //friendly URL conversion
      function to_prety_url($string){

      $string = str_replace("\\", '-', $string);
      $string = str_replace("~", '-', $string);
      $string = preg_replace('/[\s-]+/', '-', $string);
      $string = str_replace('/', '-', $string);
      $string = preg_replace("/[\s-]+/", " ", $string);
      $string = preg_replace("/[\s_]/", "-", $string);
      $string = preg_replace('/\s+/', '-', $string);
      $string = preg_replace('/-+/', '-', $string);
      

      return $string;
      }
      ?>

      posted in Programming
      kasun viduranga
      kasun viduranga
    • RE: Free PHP Beginner Course - Sinhala

      Great Machan, keep it up

      posted in Programming
      ciaompe
      ciaompe