Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. kusalrathna
    3. Best
    • Profile
    • Following 2
    • Followers 2
    • Topics 27
    • Posts 94
    • Best 43
    • Controversial 0
    • Groups 2

    Best posts made by kusalrathna

    • Mobile App Development ionic (New Update)

      custom – 8.png
      මේ වීඩියෝ සීරියස් එක හදලා තියෙන්නේ.... මුල ඉදලා Mobile App development කරන්න කැමති අය වෙනුවෙන්. මේ course එක බලන කෙනෙක්ට ගොඩක් ලොකු වාසියක් තියනවා මොකද මේ course එකේ කියලා දෙන්නේ... සම්පූර්ණයෙන්ම ionic framework එක පාවිච්චි කරලා කොහොමද මොබයිල් ඇප්ස් හදන්න කියන එක. දැනටමත් ඔයා angular developer කෙනෙක් නම් කොට මේ කෝස් එකේ...
      ගොඩක් ලොකු වාසියක් තියෙනවා මොකද ඔයාගේ angular ප්‍රොජෙක්ට් එක ඔයාට පුලුවන් mobile ඇප් එකක් විදිහට ගොඩක් කාලෙකින් ගොඩක් ලේසියෙන් convert කරගන්න.
      android වලට සහ අයි ෆෝන් වලටත් මේ ඇප් එක export කරන්න පුළුවන්.

      Course Content For beginners

      ionic introduction
      ionic installation
      create new project explain template
      explain folder stretchers and files
      introduction and add to page components, change CSS fonts, colors, row, col
      create a new page and router
      data binding - (ng-module, function, mouse click, )
      for data looping
      work with JSON data and HTTP GET request
      router navigation by object ID
      firebase Auth

      Course Content For Pro

      working with External APIs
      wallpaper app Development
      News App Development
      Movie news App Development
      Games Review app Development
      Podcast App Development

      පහල තියන ලින්ක් එකෙන් බලන්න පුලුවන් වීඩියෝ කැමති අය subscribe කරලා තියාගන්න,
      https://www.youtube.com/channel/UCn_OWHM0zllZuVf1Rv0O5mg

      posted in Mobile Application Development
      kusalrathna
      kusalrathna
    • අලුත් අවුරුද්දට ionic එක්ක ඇප් හදන හැමෝටම වැදගත්ම පෝස්ට් එ​ක

      How to Integrate Google AdMob Advertisements with ionic 5 | 4.png
      How to Integrate Google AdMob Advertisements with ionic 5 | 4
      අලුත් අවුරුද්දට ionic එක්ක ඇප් හදන හැමෝටම වැදගත්ම පෝස්ට් එ​ක,

      4 MINS READ

      What we can do with Google’s AdMob? AdMob provides a mobile application monetization platform. The developers of Native and Hybrid applications can monetize their application earn revenue out of it.

      AdMob provides a different type of Ad unit that can be added to the application, but Hybrid applications support only

      https://ionicmasterclass.com/

      posted in Mobile Application Development
      kusalrathna
      kusalrathna
    • Ionic 5 Adding Vibration For your app

      Facebook post - 2.png

      මෙතනදි ඔයාට පුලුවන් Ionic වලින් ඩිවෙලොප් කරන ඇප් එකකට Vibration function එක ඇඩ් කර්න හැටි ඉගෙන ගන්න.

      ඇයි මේක වැදගත් වෙන්නේ..

      ඇප් එකේ App එකේ.. offline And push notification වලට වගේ... chat app එකක new message වලට වගේ ගොඩක් තැන් වලට මේක භාවිතා කරන්න පුලුවන්,

      https://ionicmasterclass.com/2021/01/10/ionic-5-adding-vibration-ionic/

      posted in Mobile Application Development
      kusalrathna
      kusalrathna
    • RE: Payhere Flutter Plugin[ Android for now]

      @Bawantha-Rajapaksha ඒක මරු

      posted in Flutter
      kusalrathna
      kusalrathna
    • RE: Action Script වල Key Board Event ගැන

      thanks, Bro දෙන sup ekata

      posted in General Discussion
      kusalrathna
      kusalrathna
    • RE: Ionic 5 Firebase Email Auth

      ionic firebase DB එකත් ඔ​නේ

      posted in Hybrid App Development
      kusalrathna
      kusalrathna
    • RE: mobile app development course එක.

      @root oyata offline oninam ehemath ganna puluwan

      posted in Meetups & Workshop Sessions ( Free & Paid )
      kusalrathna
      kusalrathna
    • ionic Help

      මෙන්න මේ function එකේදී posts variable එකට ලෝඩ් වෙන ඩේටා HTML template එකේදී ගන්න බැහැ ඇයි ඒ ...?

      import { Component, OnInit } from '@angular/core';
      import { ActivatedRoute } from '@angular/router';
      import { HttpClient } from '@angular/common/http';
      
      
      
      
      export interface post {
      
        id: string;
        name: string;
        caption: string;
        Detail: string;
        poster: string;
        voice: string;
      }
      
      
      @Component({
        selector: 'app-articul',
        templateUrl: './articul.page.html',
        styleUrls: ['./articul.page.scss'],
      })
      export class ArticulPage implements OnInit {
      
      
        public posts: post;
      
        constructor(private route: ActivatedRoute, private http: HttpClient) { }
      
        ngOnInit() {
      
          let postid = this.route.snapshot.params['id'];
          var url = "assets/data/lifestyle/lifestyle.json"
      
          // get data from jsone 
          this.http.get<post[]>(url)
            .subscribe(data => {
              // var ptest = data[postid];
              this.posts = data[postid];
              // console.log(data[postid].name);
              console.log(this.posts.name)
            });
      
      
        }
      
      }
      
      

      Screenshot 2020-04-26 at 9.50.25 PM.png

      posted in Mobile Application Development
      kusalrathna
      kusalrathna
    • RE: Action Script වල Key Board Event ගැන

      @root man ahala baalannam machan

      posted in General Discussion
      kusalrathna
      kusalrathna
    • RE: Flutter Dating App Intro UI

      niyami bro

      posted in Hybrid App Development
      kusalrathna
      kusalrathna
    • RE: ionic Help

      @dev_lak බග් එක හදාගත්තා

      posted in Mobile Application Development
      kusalrathna
      kusalrathna
    • RE: Javascript

      @root ස්තූතියි අනිවරයෙන් text වලින් පොස්ට් ටික හදන්න මම ගොඩක් උත්සහ කරන්නම් youtube video හදන නිසා text වලින් දාන එක නැවැත්තුවා.:+1:

      posted in General Discussion
      kusalrathna
      kusalrathna
    • RE: Websites Load optimization

      scroll fire ekak dala page eka lode karanna

      https://scrollrevealjs.org/ meeka balapan machna

      posted in Web Development
      kusalrathna
      kusalrathna
    • RE: Flutter or React-Native

      @Dhanuka ionic walata set wenna mulin experience ekaka ragena inna

      https://www.youtube.com/watch?v=JFzZ_yNFbqQ

      ඔය සෙට් එක බලන්න

      posted in Mobile Application Development
      kusalrathna
      kusalrathna
    • උත්සහයක්........

      අපිට බැරිද හැමෝටම මුදලක් උපයන්න පුලුවන් විදිහට ලංකා developers හරහා මොකක් හරි දෙයක් කරන්න මං හිතනවා ඒක ගොඩක් වැදගත් වෙයි කියලා...

      posted in General Discussion
      kusalrathna
      kusalrathna
    • laravel සම්බන්දයෙන් මේක හදාගන්න විදියක්

      Screenshot 2019-12-28 at 9.42.27 PM.png image url)

      posted in Back-End Development
      kusalrathna
      kusalrathna
    • RE: Android App Development

      you can bro start with basics, I can recommend the ionic framework https://www.youtube.com/watch?v=NYNG5hMz71g&list=PLAVuDNta_NUC60g8NsIulSJbgnCx7UFQj

      posted in Mobile Application Development
      kusalrathna
      kusalrathna
    • RE: 2D Games Development ගැන මුල ඉදලා

      ස්තූතියි හැමෝටම අනිවා මේක දිගටම කරගෙන යනවා

      posted in Blogs
      kusalrathna
      kusalrathna
    • RE: Ionic ecommerce Full App UI

      Maru bro

      posted in Mobile Application Development
      kusalrathna
      kusalrathna
    • 1
    • 2
    • 3
    • 2 / 3