top of page

Groups Feed

View groups and posts below.


This post is from a suggested group

Important website for android Sample app

A selection of code samples and templates for you to use to accelerate your app development. Browse samples to learn how to build different components for your applications.


Provide by google official documentation

https://developer.android.com/samples


please share your links below in comment section so that would be helpful for others.


34 Views
Jane Biels
Jane Biels
Dec 01, 2021

I'm looking for testing services that can check my app. I know that hacking technologies have become better and it's important to prevent any attacks and data leak. Maybe you used some tools or know where I can find the best

This post is from a suggested group

Introduction to Android


113 Views
SDLC CORP
SDLC CORP
Mar 24, 2022

What Does New in Mobile App Development Do in 2022?


Day by day Mobile App Development technology is growing fast and in 2022 previously fringe technologies will become more mainstream 5G, artificial intelligence and machine learning will all see increased adoption to meet the demands of the modern internet users.


Digital technology is playing a good role day by day in our lives. With the help of digital trends and Mobile App Development Services, the customer's interest and other intentions can be observed easily. Now we are moving fast towards 5G and While not yet mainstream, the adoption of 5G is increasing and is on track to become the new standard for mobile technology. For more info or any query visit the site.

This post is from a suggested group

What is React and It's Features?

What is React

React is an open-source javascript library for building user interfaces(UI) of web applications. React has also been extended as React Native for building UI for native mobile applications.

React is in the list of most famous and capable front-end technologies. Because it allows to create interactive, rich and responsive UI in a very easy and convenient way. Inside a

web application React is only reasposible for the look and feel of the UI because it is only reasposible for application`s view layer.


HISTORY


45 Views

This post is from a suggested group

Bhanu Uday
Codersarts Employee

Codersarts Team

Java Developer

Bus Ticket Reservation System Project in Java Swing.

Hi everyone, hope you are fit and fine.

Today, I will share a Basic Java Swing Project "Bus Ticket Reservation System" . This project is good for you to implement your Java Swing Knowledge.

Components of Projects :

>User Panel

> Login and Sign Up of User

> Book Tickets


7638 Views

This post is from a suggested group

What is State in Reactjs?

The state is a built-in React object that is used to contain data or information about the component.

A component’s state can change over time; whenever it changes, the component re-renders.

State is an object that holds some information, which can be used across requests.

React Class component is by default configured with state. It can use the state object of “React.Component” base class.

Functional components are not configured with state.

  • A state can be modified based on user action or network changes.


10 Views

This post is from a suggested group

What is props in Reactjs?

Properties [props] in Components

Properties are used to store data.

Properties can change the structure according to state and situation.

Component uses properties to change the behaviour according to state and situation.

You can re-use the component with different data.

Properties are configured in Functional Components and Class Component


7 Views

This post is from a suggested group

Create React App

Step to create first React App

Step 1: In order to learn and test React, you should set up a React Environment on your computer.

Step 2: The create-react-app is an officially supported way to create React applications.


21 Views

This post is from a suggested group

naveen kumar
Codersarts Employee

Codersarts Team

Tkinter Tutorial 13 : Tkinter Widget methods and Grid Geometry Manager

he following methods are provided by all widgets (including the root window).

The root window and other Toplevel windows provide additional methods. See the Window Methods section for more information.


Patterns

Configuration

w.config(option=value)
value = w.cget("option")
k = w.keys()

45 Views

This post is from a suggested group

JSX

-JavaScript XML (jsx) Extension to the Javascript language syntax.

- write xml - Like code for elements and Components.

-JSX tags have a tag name, attribute and children.

- jsx is not a neccessity to write React application.


JSX in React Component

- JSX by default supports only single line element configuration.


9 Views
bottom of page